An example repository for learning how to build your own Angular 2 library. Learn how to:
See further details in this blog post: How to create an Angular 2 component library, and how to consume it using SystemJs or Webpack
Clone the repository and do:
npm install
npm run build
cd examples/systemjs
npm install
npm run build
npm start
Then access http://localhost:8080
cd examples/webpack
npm install
npm start
Then access http://localhost:8080