Skip to content

hlehmann/angular2-apollo

 
 

Repository files navigation

angular2-apollo

npm version Get on Slack Build status Coverage Status

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

Install

npm install angular2-apollo --save

Development

Running tests locally:

# nvm use node
npm install
npm test

This project uses TypeScript for static typing and TSLint for linting. You can get both of these 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.

About

Angular 2 integration for the Apollo Client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.4%
  • JavaScript 12.6%