Skip to content

Commit

Permalink
fix(angular): add missing alias for the component generator (#10038)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Apr 28, 2022
1 parent fa81e3b commit b381e38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/generated/packages/angular.json
Expand Up @@ -343,9 +343,9 @@
"required": ["name"],
"presets": []
},
"aliases": ["c"],
"description": "Generate an Angular Component.",
"implementation": "/packages/angular/src/generators/component/component.ts",
"aliases": [],
"hidden": false,
"path": "/packages/angular/src/generators/component/schema.json"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/angular/generators.json
Expand Up @@ -19,6 +19,7 @@
"component": {
"factory": "./src/generators/component/component.compat",
"schema": "./src/generators/component/schema.json",
"aliases": ["c"],
"description": "Generate an Angular Component."
},
"component-cypress-spec": {
Expand Down Expand Up @@ -166,6 +167,7 @@
"component": {
"factory": "./src/generators/component/component",
"schema": "./src/generators/component/schema.json",
"aliases": ["c"],
"description": "Generate an Angular Component."
},
"component-cypress-spec": {
Expand Down

1 comment on commit b381e38

@vercel
Copy link

@vercel vercel bot commented on b381e38 Apr 28, 2022

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
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.