README
@skyux-sdk/angular-builders
Installation
Within the directory of an Angular CLI application, run:
ng add @skyux-sdk/angular-builders --project=my-lib
Local setup
- Run
npm start
for local development; changes are transpiled automatically after each file is saved. - Change directory to
./builders-test-lib
and run:
npm install
npm run dev-setup
ng serve
Build
- Run
npm run build
to create the distribution package.