Skip to content

Demo of all components of material design with Angular

Notifications You must be signed in to change notification settings

jockhip12/ngMaterialSkeleton

Repository files navigation

material2-app

Greenkeeper badge Build Status Dependencies Status devDependencies Status


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 5.0.0-rc.2 (include @angular/cdk)
  • update to Angular 5.0.3
  • update to Angular-cli 1.5.5 (including generated files)
  • 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

ngMaterialSkeleton

ngMaterialSkeleton

About

Demo of all components of material design with Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published