This project was created to quickly create an application using Angular 4 and Material UI
Angular 4 Material UI Angular Material UI
I have currently only imported the following modules from Material:-
MdButtonModule MdCardModule MdMenuModule MdToolbarModule MdIconModule MdSidenavModule
To import more from Angular Material UI you will need to add the models to the app.models.ts file.
$ git clone https://github.com/tonyhensler/Angular-4-and-Material-Webkit.git
$ cd Angular-4-and-Material-Webkit
$ npm install
$ npm start
Enjoy!!