I have been playing around with Angular & the Google Material design specification coupled with Angular-CLI.
Here is my github repo (extremely basic) but to get it working there are a bunch of installs and configurations you will need to do.
- Make sure you are running an updated version of Node and NPM
- The official recipe guide.
- Install the Angular Material CDK – npm install –save @angular/material @angular/cdk
- If you want the animations of course you need to install them too – npm install –save @angular/animations
Once you have all that done…
Use Angular CLI (make sure it is updated globally) and follow this recipe guide.