1
1
import { HttpClientModule } from "@angular/common/http" ;
2
2
import { IgxComboModule , IgxDropDownModule , IgxIconModule ,
3
- IgxInputGroupModule , IgxSwitchModule } from "igniteui-angular" ;
3
+ IgxInputGroupModule , IgxSwitchModule , IgxToastModule } from "igniteui-angular" ;
4
4
import { ComboFeatures } from "../../src/app/combo/combo-features/combo-features.component" ;
5
5
import { RemoteService } from "../../src/app/grid/services/remote.service" ;
6
6
import { CascadingCombos } from "./../../src/app/combo/cascading-combos/cascading-combos.component" ;
@@ -16,10 +16,10 @@ export class ComboConfigGenerator implements IConfigGenerator {
16
16
additionalFiles : [ "/src/app/combo/combo-features/local-data.ts" ,
17
17
"/src/app/grid/services/remote.service.ts" ] ,
18
18
appModuleConfig : new AppModuleConfig ( {
19
- imports : [ IgxComboModule , IgxSwitchModule , ComboFeatures ,
19
+ imports : [ IgxComboModule , IgxSwitchModule , IgxToastModule , ComboFeatures ,
20
20
HttpClientModule , RemoteService ] ,
21
21
ngDeclarations : [ ComboFeatures ] ,
22
- ngImports : [ IgxComboModule , IgxSwitchModule , HttpClientModule ] ,
22
+ ngImports : [ IgxComboModule , IgxSwitchModule , IgxToastModule , HttpClientModule ] ,
23
23
ngProviders : [ RemoteService ]
24
24
} ) ,
25
25
component : ComboFeatures
0 commit comments