NET-Web-API-w-Angular/my-app/node_modules/@angular/ssr/schematics/collection.json

10 lines
214 B
JSON
Raw Normal View History

2024-02-08 19:38:41 -05:00
{
"schematics": {
"ng-add": {
"description": "Adds Angular SSR to the application without affecting any templates",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json"
}
}
}