ng-deploy-azure/collection.json

12 строки
346 B
JSON

{
"$schema": "node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds Angular Deploy Azure to the application without affecting any templates",
"factory": "./out/ng-add/index#ngAdd",
"schema": "./out/ng-add/schema.json",
"aliases": ["install"]
}
}
}