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

Commit bcf7893

Browse files
committed
chore(toh): fix CI errors
1 parent e9a41ba commit bcf7893

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/docs/_examples/toh-4/ts/app/hero.service.1.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import { Injectable } from '@angular/core';
55

66
// #enddocregion empty-class
7+
import { Hero } from './hero';
78
import { HEROES } from './mock-heroes';
89

910
// #docregion empty-class, getHeroes-stub

public/docs/_examples/toh-6/ts/app/hero-search.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ export class HeroSearchComponent implements OnInit {
5555
let link = ['/detail', hero.id];
5656
this.router.navigate(link);
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)