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