@langfors/apollo-angular
v1.0.1
Published
Use your GraphQL data in your Angular app, with the Apollo Client
Downloads
28
Readme
apollo-angular
Use your GraphQL server data in your Angular app, with the Apollo Client.
Installation
npm install apollo-angular --save
Contributing
Read the Apollo Contributor Guidelines.
This project uses Lerna.
Bootstraping:
npm run bootstrap
Running tests locally:
npm test
Formatting code with prettier:
npm run 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.