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
18 lines (10 loc) • 608 B
Markdown
### Component Templates
This folder and its contents provide a starting template for any Angular Material component. It is easy to use these assets for your own custom component development.
> Please do all of your development work in a Git branch; labelled with a WIP prefix!!
Simply:
- Create a work-in-progress Git branch;
- Clone this directory to the `/src/components/`
- Rename all files from `_name_*.js` with the name of your component;
> e.g. gridlist.js, select.js
- Rename **jsDoc** ** references to `_name_`
- Rename **source** references to `_name_`