Skip to content

Commit fa35385

Browse files
committed
fix(tslint): solved two problems with tslint
1 parent 21ca11f commit fa35385

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/heroes/hero-search/hero-search.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export class HeroSearchComponent {
1717
heroes: Array<Hero> = [];
1818
heroFormControl: FormControl;
1919
filteredHeroes: any;
20+
heroesAutocomplete: any;
2021

2122
constructor(private heroService: HeroService) {
2223
this.heroFormControl = new FormControl();

src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ import 'rxjs/add/operator/switchMap';
2929
import 'rxjs/add/operator/toPromise';
3030
import 'rxjs/add/operator/startWith';
3131

32-
import 'hammerjs';
32+
import 'hammerjs';

0 commit comments

Comments
 (0)