UNPKG

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