Use your GraphQL server data in your Angular app, with the Apollo Client.
npm install apollo-angular apollo-angular-link-http apollo-link apollo-client apollo-cache-inmemory graphql-tag graphql --save
or
yarn add apollo-angular apollo-angular-link-http apollo-link apollo-client apollo-cache-inmemory graphql-tag graphql
Read the Apollo Contributor Guidelines.
This project uses Lerna.
Bootstraping:
yarn install
Running tests locally:
yarn test
Formatting code with prettier:
yarn prettier
This project uses TypeScript for static typing. You can get it built into your editor with no configuration by opening this project in Visual Studio Code, an open source IDE which is available for free on all platforms.