UNPKG

1.39 kBMarkdownView Raw
1# angular2-apollo
2
3[![npm version](https://badge.fury.io/js/angular2-apollo.svg)](https://badge.fury.io/js/angular2-apollo)
4[![Get on Slack](https://img.shields.io/badge/slack-join-orange.svg)](http://www.apollostack.com/#slack)
5[![Build status](https://travis-ci.org/apollostack/angular2-apollo.svg?branch=master)](https://travis-ci.org/apollostack/angular2-apollo)
6[![Coverage Status](https://coveralls.io/repos/github/apollostack/angular2-apollo/badge.svg?branch=master)](https://coveralls.io/github/apollostack/angular2-apollo?branch=master)
7[![bitHound Overall Score](https://www.bithound.io/github/apollostack/angular2-apollo/badges/score.svg)](https://www.bithound.io/github/apollostack/angular2-apollo)
8
9Use your GraphQL server data in your Angular 2.0 app, with the [Apollo Client](https://github.com/apollostack/apollo-client).
10
11- [Install](#install)
12- [Docs](http://docs.apollostack.com/apollo-client/angular2.html)
13- [Development](#development)
14
15## Install
16
17```bash
18npm install angular2-apollo --save
19```
20
21## Development
22
23Running tests locally:
24
25```
26# nvm use node
27npm install
28npm test
29```
30
31This 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](https://code.visualstudio.com/), an open source IDE which is available for free on all platforms.