Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 418 Bytes

To install generator-angular-component from npm, run:

npm install -g generator-angular-component

Finally, initiate the generator:

yo generator-angular-component

License

MIT

generator-angular-component

I find myself creating angular components quite a bit, broken into three files: directive, controller, template. This helps me with that pattern.