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 --saveor
yarn add apollo-angular apollo-angular-link-http apollo-link apollo-client apollo-cache-inmemory graphql-tag graphqlRead the Apollo Contributor Guidelines.
This project uses Lerna.
Bootstraping:
yarn installRunning tests locally:
yarn testFormatting code with prettier:
yarn prettierThis 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.