mgr/dashboard: Use ng-bootstrap for Typeahead
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
import { ActivatedRoute } from '@angular/router';
import { RouterTestingModule } from '@angular/router/testing';
- import { TypeaheadModule } from 'ngx-bootstrap/typeahead';
+ import { NgbTypeaheadModule } from '@ng-bootstrap/ng-bootstrap';
import { ToastrModule } from 'ngx-toastr';
+import { of } from 'rxjs';
import { ActivatedRouteStub } from '../../../../testing/activated-route-stub';
import { configureTestBed, i18nProviders } from '../../../../testing/unit-test-helper';