feat(angular): deprecate ngrx generator (#16953)
This commit is contained in:
parent
392312f847
commit
d0c6f5d317
@ -6,6 +6,7 @@
|
||||
"$id": "NxNgrxGenerator",
|
||||
"title": "Add NgRx support to an application or library.",
|
||||
"description": "Adds NgRx support to an application or library.",
|
||||
"x-deprecated": "This generator is deprecated and will be removed in a future version of Nx. Use the 'ngrx-root-store' and 'ngrx-feature-store' generators instead.",
|
||||
"cli": "nx",
|
||||
"type": "object",
|
||||
"examples": [
|
||||
@ -101,6 +102,7 @@
|
||||
"presets": []
|
||||
},
|
||||
"description": "Adds NgRx support to an application or library.",
|
||||
"x-deprecated": "This generator is deprecated and will be removed in a future version of Nx. Use the 'ngrx-root-store' and 'ngrx-feature-store' generators instead.",
|
||||
"implementation": "/packages/angular/src/generators/ngrx/ngrx.ts",
|
||||
"aliases": [],
|
||||
"hidden": false,
|
||||
|
||||
@ -95,7 +95,8 @@
|
||||
"ngrx": {
|
||||
"factory": "./src/generators/ngrx/compat",
|
||||
"schema": "./src/generators/ngrx/schema.json",
|
||||
"description": "Adds NgRx support to an application or library."
|
||||
"description": "Adds NgRx support to an application or library.",
|
||||
"x-deprecated": "This generator is deprecated and will be removed in a future version of Nx. Use the 'ngrx-root-store' and 'ngrx-feature-store' generators instead."
|
||||
},
|
||||
"scam-to-standalone": {
|
||||
"factory": "./src/generators/scam-to-standalone/compat",
|
||||
@ -252,7 +253,8 @@
|
||||
"ngrx": {
|
||||
"factory": "./src/generators/ngrx/ngrx",
|
||||
"schema": "./src/generators/ngrx/schema.json",
|
||||
"description": "Adds NgRx support to an application or library."
|
||||
"description": "Adds NgRx support to an application or library.",
|
||||
"x-deprecated": "This generator is deprecated and will be removed in a future version of Nx. Use the 'ngrx-root-store' and 'ngrx-feature-store' generators instead."
|
||||
},
|
||||
"ngrx-feature-store": {
|
||||
"factory": "./src/generators/ngrx-feature-store/ngrx-feature-store",
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
"$id": "NxNgrxGenerator",
|
||||
"title": "Add NgRx support to an application or library.",
|
||||
"description": "Adds NgRx support to an application or library.",
|
||||
"x-deprecated": "This generator is deprecated and will be removed in a future version of Nx. Use the 'ngrx-root-store' and 'ngrx-feature-store' generators instead.",
|
||||
"cli": "nx",
|
||||
"type": "object",
|
||||
"examples": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user