# clone the repository
git clone [email protected]:jgodi/angular-library-starter.git
# install dependencies
npm install # yarn
# build the src
npm run build
# link the library to demo
npm run link
# start the demo
npm start
# to live-watch the library, in a second terminal run
npm run build:watch
Install ng-library-starter
from npm
npm install ng-library-starter --save
angular-cli
please refer to getting-started-with-ng-cliangular-seed
please refer to getting-started-with-angular-seedAoT using ngc and rollup
please refer to ng-library-starter-with-aot
Main source of API documentation and usage scenarious available here: http://jgodi.github.io/angular-library-starter/
Huge thanks to Valor Software for their great angular component libraries which this was lifted from as a starter!