blob: 763a103faeaab5c0ac7ce5556cd54b9963f2d536 [file] [log] [blame]
{
"$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds Covalent to the application without affecting any templates",
"factory": "./ng-add/index#addDependenciesAndFiles",
"schema": "./ng-add/schema.json",
"aliases": ["covalent-shell", "install"]
}
}
}