@@ -38,7 +38,8 @@ import {
3838 IgxTabsModule ,
3939 IgxToastModule ,
4040 IgxTooltipModule ,
41- IgxToggleModule
41+ IgxToggleModule ,
42+ IgxDropDownModule
4243} from 'igniteui-angular' ;
4344import { AppModuleConfig , Config , IConfigGenerator } from 'igniteui-live-editing' ;
4445export class GridConfigGenerator implements IConfigGenerator {
@@ -92,9 +93,9 @@ export class GridConfigGenerator implements IConfigGenerator {
9293 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/data/invoiceData.ts' ] ,
9394 appModuleConfig : new AppModuleConfig ( {
9495 imports : [ 'IgxButtonModule' , 'IgxGridModule' ,
95- 'IgxSwitchModule' , 'GridGroupBySampleComponent' , 'IgxIconModule' , 'IgxBadgeModule' , 'IgxPreventDocumentScrollModule' ] ,
96- ngDeclarations : [ 'GridGroupBySampleComponent ' ] ,
97- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxButtonModule' , 'IgxGridModule' , 'IgxIconModule' , 'IgxBadgeModule' ]
96+ 'IgxSwitchModule' , 'GridGroupBySampleComponent' , 'IgxIconModule' , 'IgxBadgeModule' , 'IgxPreventDocumentScrollModule' , 'IgxDropDownModule' , 'IgxToggleModule' ] ,
97+ ngDeclarations : [ 'GridGroupByCustomSampleComponent ' ] ,
98+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxButtonModule' , 'IgxGridModule' , 'IgxIconModule' , 'IgxBadgeModule' , 'IgxDropDownModule' , 'IgxToggleModule' ]
9899 } )
99100 } ) ) ;
100101
0 commit comments