Skip to content

Commit 34429fd

Browse files
committed
chore(*): update tree grid paging config
1 parent 2a7b193 commit 34429fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

live-editing/configs/TreeGridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
539539
configs.push(new Config({
540540
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/tree-grid/data/orders.ts'],
541541
appModuleConfig: new AppModuleConfig({
542-
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridPagerSampleComponent', 'IgxButtonModule', 'IgxRippleModule', 'IgxIconModule', 'IgxSwitchModule'],
542+
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridPagerSampleComponent', 'IgxButtonModule', 'IgxRippleModule', 'IgxIconModule', 'IgxSwitchModule', 'IgxSelectModule'],
543543
ngDeclarations: ['TreeGridPagerSampleComponent'],
544-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxButtonModule', 'IgxRippleModule', 'IgxIconModule', 'IgxSwitchModule']
544+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxButtonModule', 'IgxRippleModule', 'IgxIconModule', 'IgxSwitchModule', 'IgxSelectModule']
545545
}),
546546
component: 'TreeGridPagerSampleComponent',
547547
shortenComponentPathBy: '/tree-grid/'

0 commit comments

Comments
 (0)