UNPKG

322 BJSONView Raw
1{
2 "extends": ["@schematics/angular"],
3 "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
4 "schematics": {
5 "ng-add": {
6 "description": "Adds Apollo Angular to the application.",
7 "factory": "./install/index#factory",
8 "schema": "./install/schema.json"
9 }
10 }
11}