File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { CommonModule } from '@angular/common';
22import { CUSTOM_ELEMENTS_SCHEMA , NgModule } from '@angular/core' ;
33import { FormsModule , ReactiveFormsModule } from '@angular/forms' ;
44import { RouterModule } from '@angular/router' ;
5- import { NguiAutoCompleteModule } from '@ngui/auto-complete' ;
5+ import { NguiAutoCompleteComponent , NguiAutoCompleteModule } from '@ngui/auto-complete' ;
66import { TranslateModule } from '@ngx-translate/core' ;
77import { SuiModule } from '@richardlt/ng2-semantic-ui' ;
88import { 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 ,
You can’t perform that action at this time.
0 commit comments