⛔ Deprecated - Sorry: I no longer maintain this sample
Simple app that consumes Angular Material 2 components. Built with the angular-cli
.
NOTE: This is an updated version of the original: https://github.com/jelbourn/material2-app
See it live: http://material2-sample.eu-de.mybluemix.net
git clone https://github.com/m67hoff/material2-sample
cd material2-sample
npm i
ng s
- update to material2 6.2.0 (include @angular/cdk)
- update to Angular 6.0.3
- update to Angular-cli
- replace deprecated import of MaterialModule (-> split to seperate import for each componet)
- replace deprecated use of
<md-input>
and<md-sidenav-layout>
with<md-input-container>
and<md-sidenav-container>
<md-input-container>
renamed to<md-form-field>
- add theming as described in https://material.angular.io/guide/theming including Multiple themes and theme for overlay-based components
- replace deprecated import of MaterialModule (-> split to seperate import for each componet)
- replace deprecated md-prefix with mat* (beta11)
- Overlay is now part of the cdk (beta11)
- detach from fork jelbourn/material2-app because its not active maintained anymore jelbourn comment
- some code cleaning (e.g.
<md-icon>
use, css file sorted, ...)
- travis should run the tests