Skip to content

Commit 0ad5a3e

Browse files
committed
Deprecated now
1 parent e3a4560 commit 0ad5a3e

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 6
3+
- 8
44
before_script:
55
- npm install -g @angular/cli
66
script:

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Changelog
22

3-
3+
- 20180604
4+
- deprecated no longer updated
5+
- update to angular / material 6.x.x
46
- 20171129
57
- update to material2 5.0.0.rc.2 (include @angular/cdk)
68
- fix Overlay part of the cdk

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
---
99

10+
:no_entry: Deprecated - Sorry: I no longer maintain this sample
11+
1012
Simple app that consumes Angular Material 2 components. Built with the `angular-cli`.
1113

1214
NOTE: This is an updated version of the original:
@@ -23,9 +25,9 @@ npm i
2325
ng s
2426
```
2527
#### Changes to original:
26-
- update to material2 5.0.0-rc.2 (include @angular/cdk)
27-
- update to Angular 5.0.3
28-
- update to Angular-cli 1.5.5 (including generated files)
28+
- update to material2 6.2.0 (include @angular/cdk)
29+
- update to Angular 6.0.3
30+
- update to Angular-cli
2931
- replace deprecated import of MaterialModule (-> split to seperate import for each componet)
3032
- replace deprecated use of `<md-input>` and `<md-sidenav-layout>` with `<md-input-container>` and `<md-sidenav-container>`
3133
- `<md-input-container>` renamed to `<md-form-field>`

0 commit comments

Comments
 (0)