12345678910 |
- {
- "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"]
- }
- }
- }
|