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:
comments powered by Disqus