Skip to content

⛔ DEPRECATED ! Simple Angular Material 2 Sample with always actual dependencies. Built with angular-cli

Notifications You must be signed in to change notification settings

m67hoff/material2-sample

Repository files navigation

material2-app

Greenkeeper badge Build Status Dependencies Status devDependencies Status


⛔ 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

local install:

git clone https://github.com/m67hoff/material2-sample
cd material2-sample
npm i
ng s

Changes to original:

  • 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, ...)

ToDo

  • travis should run the tests

Screenshot

About

⛔ DEPRECATED ! Simple Angular Material 2 Sample with always actual dependencies. Built with angular-cli

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published