From: Lenz Grimmer Date: Wed, 3 Jun 2020 08:55:51 +0000 (+0200) Subject: Merge pull request #35300 from tspmelo/wip-ng-typeahead X-Git-Tag: v16.1.0~2159 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a59fb9ffac1c1c7ea1f5f0047fd684bd36707211;p=ceph.git Merge pull request #35300 from tspmelo/wip-ng-typeahead mgr/dashboard: Use ng-bootstrap for Typeahead Reviewed-by: Ernesto Puerta Reviewed-by: Stephan Müller --- a59fb9ffac1c1c7ea1f5f0047fd684bd36707211 diff --cc src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.spec.ts index 7e271d6d4e9f,e623f8b94dc5..b00c049c0781 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.spec.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.spec.ts @@@ -4,9 -4,8 +4,9 @@@ import { ReactiveFormsModule } from '@a 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';