Skip to content

Commit

Permalink
fix: ngui autocomplete fix (#5142)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux authored Apr 22, 2020
1 parent 0834d56 commit 694579e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ui/src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CommonModule } from '@angular/common';
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';
import { NguiAutoCompleteModule } from '@ngui/auto-complete';
import { NguiAutoCompleteComponent, NguiAutoCompleteModule } from '@ngui/auto-complete';
import { TranslateModule } from '@ngx-translate/core';
import { SuiModule } from '@richardlt/ng2-semantic-ui';
import { NgxChartsModule } from '@swimlane/ngx-charts';
Expand Down Expand Up @@ -228,7 +228,9 @@ import { ZoneComponent } from './zone/zone.component';
ZoneComponent,
ZoneContentComponent
],
entryComponents: [],
entryComponents: [
NguiAutoCompleteComponent
],
providers: [
DurationService,
PermissionService,
Expand Down

0 comments on commit 694579e

Please sign in to comment.