# 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`
