/* Copyright 2016 Google Inc. All Rights Reserved. Use of this source code is governed by an MIT-style license that can be found in the LICENSE file at http://angular.io/license */ import {Component, OnInit, NgZone } from '@angular/core'; import {FormControl, ReactiveFormsModule} from '@angular/forms'; import {Observable} from 'rxjs/Observable'; import 'rxjs/add/operator/do'; import 'rxjs/add/operator/switchMap'; import {QueryResults, SearchWorkerClient} from './search-worker-client'; @Component({ selector: 'my-app', template: `