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

Commit 6748c3e

Browse files
committed
docs(cookbook/graphql): remove unnecessary scripts for AOT
1 parent 9edd91b commit 6748c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/docs/_examples/heroes-graphql/ts/src/app/hero-detail.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export class HeroDetailComponent implements OnInit {
5656

5757
// #docregion save
5858
save(): void {
59+
5960
this.apollo.mutate({
6061
mutation: gql`
6162
mutation updateHero($id: Int!, $name: String!) {

0 commit comments

Comments
 (0)