Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.37 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.37 KB

apollo-angular

npm version Get on Slack

Use your GraphQL server data in your Angular app, with the Apollo Client.

Installation

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

Contributing

Build status

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.