apollo-angular
Version:
Use your GraphQL data in your Angular app, with the Apollo Client
18 lines (11 loc) • 382 B
Markdown
# Apollo Angular Schematics
A collection of Schematics for Apollo Angular.
## Collection
### ng add
Add Apollo Angular and its dependencies and configures the application.
- Adds the following packages as dependencies to `package.json`:
- apollo-angular
- @apollo/client
- graphql
- Provides `Apollo` and `HttpClient` in the application
Command: `ng add apollo-angular`