File tree 1 file changed +4
-2
lines changed
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';
2
2
import { CUSTOM_ELEMENTS_SCHEMA , NgModule } from '@angular/core' ;
3
3
import { FormsModule , ReactiveFormsModule } from '@angular/forms' ;
4
4
import { RouterModule } from '@angular/router' ;
5
- import { NguiAutoCompleteModule } from '@ngui/auto-complete' ;
5
+ import { NguiAutoCompleteComponent , NguiAutoCompleteModule } from '@ngui/auto-complete' ;
6
6
import { TranslateModule } from '@ngx-translate/core' ;
7
7
import { SuiModule } from '@richardlt/ng2-semantic-ui' ;
8
8
import { NgxChartsModule } from '@swimlane/ngx-charts' ;
@@ -228,7 +228,9 @@ import { ZoneComponent } from './zone/zone.component';
228
228
ZoneComponent ,
229
229
ZoneContentComponent
230
230
] ,
231
- entryComponents : [ ] ,
231
+ entryComponents : [
232
+ NguiAutoCompleteComponent
233
+ ] ,
232
234
providers : [
233
235
DurationService ,
234
236
PermissionService ,
You can’t perform that action at this time.
0 commit comments