Skip to content

Commit 69253e7

Browse files
committed
chore(*): fix grid groupby sample config
1 parent 58439ec commit 69253e7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

live-editing/configs/GridConfigGenerator.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ import {
3838
IgxTabsModule,
3939
IgxToastModule,
4040
IgxTooltipModule,
41-
IgxToggleModule
41+
IgxToggleModule,
42+
IgxDropDownModule
4243
} from 'igniteui-angular';
4344
import { AppModuleConfig, Config, IConfigGenerator } from 'igniteui-live-editing';
4445
export 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

Comments
 (0)