I tried npm install angular-material --saveand followed the instructions here.
Then I added a script and a link to index.html
<script src="node_modules/angular-material/index.js"></script>
<link ref="stylesheet" href="node_modules/angular-material/modules/angular-material.css">
Then I tried to add a simple one <md-button>, but I had no luck.
source
share