UNPKG

254 BJSONView Raw
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}