apollo-angular
Version:
Use your GraphQL data in your Angular app, with the Apollo Client
12 lines (11 loc) • 322 B
JSON
{
"extends": ["@schematics/angular"],
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds Apollo Angular to the application.",
"factory": "./install/index#factory",
"schema": "./install/schema.json"
}
}
}