Library Starter or boilerplate for angular2/4 Projects
This library starter is designed for the purpose for creating Angular Library which contain components, services, directive etc. that can be used to share across multiple applications.
Initially run npm install or shorthand npm i.
For running test cases: npm test
For making build: npm run build