UNPKG

apollo-angular

Version:

Use your GraphQL data in your Angular app, with the Apollo Client

11 lines (10 loc) 270 B
{ "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Adds Apollo Angular to the application.", "factory": "./install", "schema": "./install/schema.json" } } }