UNPKG

@ngrx/router-store

Version:

Bindings to connect @angular/router to @ngrx/store

67 lines 1.65 kB
{ "name": "@ngrx/router-store", "version": "20.0.0", "description": "Bindings to connect @angular/router to @ngrx/store", "repository": { "type": "git", "url": "git+https://github.com/ngrx/platform.git" }, "keywords": [ "RxJS", "Angular", "Redux", "Schematics", "Angular CLI" ], "author": "NgRx", "license": "MIT", "bugs": { "url": "https://github.com/ngrx/platform/issues" }, "homepage": "https://github.com/ngrx/platform#readme", "peerDependencies": { "@angular/common": "^20.0.0", "@angular/core": "^20.0.0", "@angular/router": "^20.0.0", "@ngrx/store": "20.0.0", "rxjs": "^6.5.3 || ^7.5.0" }, "schematics": "./schematics/collection.json", "ng-update": { "packageGroupName": "@ngrx/store", "packageGroup": [ "@ngrx/store", "@ngrx/effects", "@ngrx/entity", "@ngrx/router-store", "@ngrx/data", "@ngrx/schematics", "@ngrx/store-devtools", "@ngrx/component-store", "@ngrx/component", "@ngrx/eslint-plugin", "@ngrx/operators", "@ngrx/signals" ], "migrations": "./migrations/migration.json" }, "sideEffects": false, "dependencies": { "tslib": "^2.0.0" }, "module": "fesm2022/ngrx-router-store.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngrx-router-store.mjs" }, "./data-persistence": { "types": "./data-persistence/index.d.ts", "default": "./fesm2022/ngrx-router-store-data-persistence.mjs" } } }