Skip to content

Commit

Permalink
feat(angular): deprecate ngrx generator (#16953)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored May 11, 2023
1 parent 392312f commit d0c6f5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/generated/packages/angular/generators/ngrx.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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,
Expand Down
6 changes: 4 additions & 2 deletions packages/angular/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/angular/src/generators/ngrx/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

1 comment on commit d0c6f5d

@vercel
Copy link

@vercel vercel bot commented on d0c6f5d May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.