collection.json 308 B

12345678910
  1. {
  2. "schematics": {
  3. "standalone-migration": {
  4. "description": "Converts the entire application or a part of it to standalone",
  5. "factory": "./ng-generate/standalone-migration/bundle",
  6. "schema": "./ng-generate/standalone-migration/schema.json",
  7. "aliases": ["standalone"]
  8. }
  9. }
  10. }