Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 3f791ba

Browse files
committed
docs(cookbook/graphql): Update dependencies
1 parent a599f19 commit 3f791ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/docs/_examples/heroes-graphql/ts/src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { HeroSearchComponent } from './hero-search.component';
3737
// #enddocregion v1
3838
// #docregion v1
3939
AppRoutingModule,
40-
ApolloModule.withClient(getClient)
40+
ApolloModule.forRoot(getClient)
4141
],
4242
// #docregion search
4343
declarations: [

public/docs/_examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@angular/tsc-wrapped": "^0.5.0",
2626
"@angular/upgrade": "~2.4.0",
2727
"angular-in-memory-web-api": "~0.2.4",
28-
"apollo-angular": "^0.10.0",
29-
"apollo-client": "^0.8.1",
28+
"apollo-angular": "^0.11.0",
29+
"apollo-client": "^0.8.2",
3030
"core-js": "^2.4.1",
3131
"graphql": "^0.9.1",
3232
"graphql-tag": "^1.2.3",

0 commit comments

Comments
 (0)