@ngrx/router-store
Version:
Bindings to connect @angular/router to @ngrx/store
31 lines (30 loc) • 849 B
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ngrx-router-store-migration-01": {
"description": "The road to v6",
"version": "5.2",
"factory": "./6_0_0/index"
},
"ngrx-router-store-migration-02": {
"description": "The road to v8",
"version": "8-beta",
"factory": "./8_0_0/index"
},
"ngrx-router-store-migration-03": {
"description": "The road to v9",
"version": "9-beta",
"factory": "./9_0_0/index"
},
"ngrx-router-store-migration-04": {
"description": "The road to v14",
"version": "14-beta",
"factory": "./14_0_0/index"
},
"ngrx-router-store-migration-05": {
"description": "The road to v15.2.0",
"version": "15.2.0",
"factory": "./15_2_0/index"
}
}
}