Skip to content

Files

Latest commit

author
Courtney Christensen
Apr 16, 2020
26fc625 · Apr 16, 2020

History

History
24 lines (17 loc) · 401 Bytes

instructions.md

File metadata and controls

24 lines (17 loc) · 401 Bytes

To Test

First build the library, then start the dev server.

npm run build

This is an alias for: ng build angular-checklist --prod

npm start

This is an alias for: ng server --project demo

To publish to NPM:

Be sure that ./projects/angular-checklist/packgage.json has the appropriate version number. Then:

npm run build
cd dist/angular-checklist
npm publish