ntziolis / apollo-angular

Angular integration for the Apollo Client

Home Page:http://apollographql.com/docs/angular/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apollo-angular

npm version Get on Slack Build status Coverage Status bitHound Overall Score

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

Install

npm install apollo-angular --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 integration for the Apollo Client

http://apollographql.com/docs/angular/

License:MIT License


Languages

Language:TypeScript 95.5%Language:Shell 2.6%Language:JavaScript 1.9%