collection.json 254 B

123456789
  1. {
  2. "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  3. "schematics": {
  4. "ng-add": {
  5. "description": "Add Compodoc schematic",
  6. "factory": "./schematics/ng-add/index#ngAdd"
  7. }
  8. }
  9. }