@restomax-wv8/ng-weborders

Export all WebOrders pipes, directives, utility functions

Usage no npm install needed!

<script type="module">
  import restomaxWv8NgWeborders from 'https://cdn.skypack.dev/@restomax-wv8/ng-weborders';
</script>

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