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