diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts index 4abc1dd4f..1b88951f4 100644 --- a/frontend/src/app/app.module.ts +++ b/frontend/src/app/app.module.ts @@ -39,6 +39,7 @@ import { AssetsComponent } from './assets/assets.component'; import { StatusViewComponent } from './components/status-view/status-view.component'; import { MinerComponent } from './components/miner/miner.component'; import { SharedModule } from './shared/shared.module'; +import { NgbTypeaheadModule } from '@ng-bootstrap/ng-bootstrap'; @NgModule({ declarations: [ @@ -76,6 +77,7 @@ import { SharedModule } from './shared/shared.module'; HttpClientModule, BrowserAnimationsModule, InfiniteScrollModule, + NgbTypeaheadModule, SharedModule, ], providers: [ diff --git a/frontend/src/app/components/search-form/search-form.component.html b/frontend/src/app/components/search-form/search-form.component.html index 7a8b40804..30aa9f58a 100644 --- a/frontend/src/app/components/search-form/search-form.component.html +++ b/frontend/src/app/components/search-form/search-form.component.html @@ -1,7 +1,7 @@