How to Add NGRX in NX Workspace


angular nx ngrx

Assume, you have a project with NX workspace with Angular. For this case you can add NGRX using the Angular CLI:

ng add @ngrx/store

It will find the appropriate version of NGRX and install it with a default package manager. You will be asked to proceed. Answer Yes:

The screenshot of installation

comments powered by Disqus