Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 363 Bytes

adding_ngrx_to_your_project.md

File metadata and controls

13 lines (9 loc) · 363 Bytes

Adding @ngrx to your Project

In your console, run the following command to add @ngrx to your list of dependencies in package.json:

npm install @ngrx/store --save

Additionally, if you are using Angular CLI (6+), you can take advantage of angular schematics and use this command:

ng add @ngrx/store@latest