Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 443 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 443 Bytes

angular2-library-example

An example repository for learning how to build your own Angular 2 library.

Learn how to setup a library namespace, how to build it, version it and publish it into npm.

See further details in this blog post - How to create an Angular 2 component library

Build the library

npm install
npm run build
npm run watch