MyRepo-Ums/node_modules/@angular/core/schematics/collection.json
2024-01-19 11:09:11 +01:00

20 lines
629 B
JSON
Executable File

{
"schematics": {
"standalone-migration": {
"description": "Converts the entire application or a part of it to standalone",
"factory": "./ng-generate/standalone-migration/bundle",
"schema": "./ng-generate/standalone-migration/schema.json",
"aliases": [
"standalone"
]
},
"control-flow-migration": {
"description": "Converts the entire application to block control flow syntax",
"factory": "./ng-generate/control-flow-migration/bundle",
"schema": "./ng-generate/control-flow-migration/schema.json",
"aliases": [
"control-flow"
]
}
}
}