We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0a1f2 commit 166166dCopy full SHA for 166166d
packages/core/schematics/collection.json
@@ -19,7 +19,10 @@
19
"inject-migration": {
20
"description": "Converts usages of constructor-based injection to the inject() function",
21
"factory": "./ng-generate/inject-migration/bundle",
22
- "schema": "./ng-generate/inject-migration/schema.json"
+ "schema": "./ng-generate/inject-migration/schema.json",
23
+ "aliases": [
24
+ "inject"
25
+ ]
26
}
27
28
0 commit comments