angular2-apollo

Angular 2.0 client for Apollo

  • Types
  • ESM
  • CJS

This package has been deprecated.

Use apollo-angular instead #JustAngular

License
MIT
Install Size
-(1.4 MB)
Vulns
0
Published

Get started

$npm install angular2-apollo
$pnpm add angular2-apollo
$yarn add angular2-apollo
$bun add angular2-apollo
$deno add npm:angular2-apollo
$vlt install angular2-apollo
$vp add angular2-apollo

Readme

angular2-apollo

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

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.