angular/packages/core/schematics/migrations.json
Kristiyan Kostadinov e170d24240 fix(core): add migration away from InjectFlags (#60318)
Adds an automated migration that will switch users from the deprecated `InjectFlags` API to its non-deprecated equivalent.

PR Close #60318
2025-03-11 11:33:09 -07:00

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"
}
}
}