We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e97b79 commit 61d2e67Copy full SHA for 61d2e67
packages/angular/cli/src/commands/mcp/tools/modernize.ts
@@ -36,9 +36,8 @@ const TRANSFORMATIONS: Array<Transformation> = [
36
documentationUrl: 'https://angular.dev/guide/testing/dependency-injection',
37
},
38
{
39
- name: 'inject-flags',
40
- description:
41
- 'Updates `inject` calls from using the InjectFlags enum to a more modern and readable options object.',
+ name: 'inject',
+ description: 'Converts usages of constructor-based injection to the inject() function.',
42
documentationUrl: 'https://angular.dev/reference/migrations/inject-function',
43
44
0 commit comments