diff --git a/docs/generated/packages/angular/generators/ngrx.json b/docs/generated/packages/angular/generators/ngrx.json index d417ddd5e85fc..2b34ae403bcd0 100644 --- a/docs/generated/packages/angular/generators/ngrx.json +++ b/docs/generated/packages/angular/generators/ngrx.json @@ -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, diff --git a/packages/angular/generators.json b/packages/angular/generators.json index 65d3ce51fd012..3298c688822d1 100644 --- a/packages/angular/generators.json +++ b/packages/angular/generators.json @@ -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", diff --git a/packages/angular/src/generators/ngrx/schema.json b/packages/angular/src/generators/ngrx/schema.json index b6048470ff017..dbf17be454e44 100644 --- a/packages/angular/src/generators/ngrx/schema.json +++ b/packages/angular/src/generators/ngrx/schema.json @@ -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": [