mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Implements a new `ng generate @angular/core:standalone` schematic that allows the user to convert all the declarations in a set of NgModules to standalone. PR Close #48790
10 lines
308 B
JSON
10 lines
308 B
JSON
{
|
|
"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"]
|
|
}
|
|
}
|
|
}
|