This is a demo Sample of the Tutorial Series from Youtube Channel Coding$Gaming - Playlist Intro To Angular Material 6 showing how to integrate Angular Material to Angular 6 Project.
This project includes all three templates provided by AngularMaterial Generate Command.
- Navigation
- Dashboard
- Table
For More Check out Angular Schematics
- NodeJS installed (tested in 8.10.0)
- Angular CLI (version 6) required
- Clone the Project to the Desired Directory
- Go into the project directory
npm install
oryarn install
oryarn
to install required dependenciesng serve
to run the project on PORT: 4200
Keep Coding.. 👍 😎