angular-material-npfixed
Version:
The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M
14 lines (9 loc) • 604 B
Markdown
Documentation
-------------
The Angular Material **Live Docs** are generated from the source code. In fact, the Angular Material documentation itself uses the Angular Material layout, components and themes.
> Our build process uses **[dgeni](https://github.com/angular/dgeni)**, the wonderful documentation
generator built by [Pete Bacon Darwin](https://github.com/petebacondarwin).
To view the Live Docs (locally):
1. Install the dependencies using `npm install`
1. Build the docs and serve with 'live reload' using `npm run watch`
1. Open Browser for [http://localhost:8080](http://localhost:8080)