To use the library, read this guide.
Below you will find some notes on how to modify the source code.
npm run build
go to the "libs/ngrx-entity-crud" folder.
npm login (authentication)
npm publish
or beta
npm publish --tag beta
npm install —-save ngrx-entity-crud@beta
cd <library-compiled>
npm link
go to the main folder of the project where to use the library:
npm link <library-name>
if the error appears:
... 'No provider for Injector!' ...
edit the file angular.json, set the value of "projects/*/architect/build/options":
"preserveSymlinks": true.
if you don't see changes to the library under development:
temporarily remove the library reference from the "package.json" file and rerun "npm link ".
ng generate ngrx-entity-crud:ng-add