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

10 lines
214 B
JSON
Executable File

{
"schematics": {
"ng-add": {
"description": "Adds Angular SSR to the application without affecting any templates",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json"
}
}
}