router-store
Bindings to connect the Angular Router to @ngrx/store
File Explorer
Download Latest Version (.zip)- actions.spec.ts
- connect.spec.ts
- index.spec.ts
- reducer.spec.ts
- actions.ts
- connect.ts
- reducer.ts
- router-store-module.ts
- .gitignore
- CHANGELOG.md
- circle.yml
- index.ts
- karma.conf.js
- LICENSE
- package.json
- README.md
- rollup.config.js
- tests.bundle.ts
- tsconfig.dist.json
- tsconfig.json
- tslint.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/ngrx/router-store
Downloads the entire project code from GitHub to your computer.
cd router-store
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @ngrx/router-store@1.2.6 --save
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
