Skip to content

MatteoTrapasso/Angular_ngrx

Repository files navigation

ngrx-entity-crud-prime-ng-boilerplate

This project was generated with Angular CLI version 8.1.1.

How to use it?

This project was created to be used with the ngrx-entity-crud library, to understand how to use it read this guide.

What is it for?

You will be able to create CRUD Angular NgRx applications.

Note

compile the library:

npm run build

publish library:

go to the "libs/ngrx-entity-crud" folder.

npm login (authentication)
npm publish 

DEVELOP

Package linking:

cd <library-compiled>
npm link

go to the main folder of the project where to use the library:

npm link <library-name>

in case ...

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 ".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published