We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ca11f commit fa35385Copy full SHA for fa35385
src/app/heroes/hero-search/hero-search.component.ts
@@ -17,6 +17,7 @@ export class HeroSearchComponent {
17
heroes: Array<Hero> = [];
18
heroFormControl: FormControl;
19
filteredHeroes: any;
20
+ heroesAutocomplete: any;
21
22
constructor(private heroService: HeroService) {
23
this.heroFormControl = new FormControl();
src/polyfills.ts
@@ -29,4 +29,4 @@ import 'rxjs/add/operator/switchMap';
29
import 'rxjs/add/operator/toPromise';
30
import 'rxjs/add/operator/startWith';
31
32
-import 'hammerjs';
+import 'hammerjs';
0 commit comments