README
Ng WebOrders library
- Export all WebOrders pipes, directives, utility functions
NG Generate
ng g module src/r8-web-orders-pipes --flat --dry-run
ng g pipe src/pipes/weborder-info -m r8-web-orders-pipes --skipTests --dry-run
and then
- add to public-api
- verify module imports / exports
Build, Publish to npm.js
npm run setver:ng-weborders
npm run lint:ng-weborders
npm run build:ng-weborders
npm run publish:ng-weborders
before publish test npmjs user with npm whoami