mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a154db8a81
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
11 lines
308 B
JSON
11 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"]
|
|
}
|
|
}
|
|
}
|