angular-server-side-configuration
Version:
Configure an angular application on the server
12 lines (11 loc) • 337 B
JSON
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds Angular Material to the application without affecting any templates",
"factory": "./ng-add/index#ngAdd",
"schema": "./ng-add/schema.json",
"aliases": ["install"]
}
}
}