Files

10 lines
254 B
JSON

{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add Compodoc schematic",
"factory": "./schematics/ng-add/index#ngAdd"
}
}
}