Skip to content

Commit 694579e

Browse files
authored
fix: ngui autocomplete fix (#5142)
1 parent 0834d56 commit 694579e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ui/src/app/shared/shared.module.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { CommonModule } from '@angular/common';
22
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
33
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
44
import { RouterModule } from '@angular/router';
5-
import { NguiAutoCompleteModule } from '@ngui/auto-complete';
5+
import { NguiAutoCompleteComponent, NguiAutoCompleteModule } from '@ngui/auto-complete';
66
import { TranslateModule } from '@ngx-translate/core';
77
import { SuiModule } from '@richardlt/ng2-semantic-ui';
88
import { NgxChartsModule } from '@swimlane/ngx-charts';
@@ -228,7 +228,9 @@ import { ZoneComponent } from './zone/zone.component';
228228
ZoneComponent,
229229
ZoneContentComponent
230230
],
231-
entryComponents: [],
231+
entryComponents: [
232+
NguiAutoCompleteComponent
233+
],
232234
providers: [
233235
DurationService,
234236
PermissionService,

0 commit comments

Comments
 (0)