mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Adds an automated migration that will switch users from the deprecated `InjectFlags` API to its non-deprecated equivalent. PR Close #60318
9 lines
206 B
JSON
9 lines
206 B
JSON
{
|
|
"schematics": {
|
|
"inject-flags": {
|
|
"version": "20.0.0",
|
|
"description": "Replaces usages of the deprecated InjectFlags enum",
|
|
"factory": "./bundles/inject-flags#migrate"
|
|
}
|
|
}
|
|
}
|