@@ -926,9 +926,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
926926 component : 'TreeGridColumnSelectionComponent' ,
927927 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/tree-grid/data/orders.ts' ] ,
928928 appModuleConfig : new AppModuleConfig ( {
929- imports : [ 'TreeGridColumnSelectionComponent' , 'IgxTreeGridModule' ] ,
929+ imports : [ 'TreeGridColumnSelectionComponent' , 'IgxTreeGridModule' , 'IgxPreventDocumentScrollModule' , 'IgxInputGroupModule' , 'IgxSelectModule' ] ,
930930 ngDeclarations : [ 'TreeGridColumnSelectionComponent' ] ,
931- ngImports : [ 'IgxTreeGridModule' ] ,
931+ ngImports : [ 'IgxTreeGridModule' , 'IgxPreventDocumentScrollModule' , 'IgxInputGroupModule' , 'IgxSelectModule' ] ,
932932 ngProviders : [ ]
933933 } )
934934 } ) ) ;
@@ -939,9 +939,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
939939 '/src/app/tree-grid/data/employees-flat-detailed.ts'
940940 ] ,
941941 appModuleConfig : new AppModuleConfig ( {
942- imports : [ 'TreeGridColumnGroupSelectionComponent' , 'IgxTreeGridModule' ] ,
942+ imports : [ 'TreeGridColumnGroupSelectionComponent' , 'IgxTreeGridModule' , 'IgxPreventDocumentScrollModule' ] ,
943943 ngDeclarations : [ 'TreeGridColumnGroupSelectionComponent' ] ,
944- ngImports : [ 'IgxTreeGridModule' ] ,
944+ ngImports : [ 'IgxTreeGridModule' , 'IgxPreventDocumentScrollModule' ] ,
945945 ngProviders : [ ]
946946 } )
947947 } ) ) ;
@@ -950,9 +950,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
950950 component : 'TreeGridColumnSelectionStylesComponent' ,
951951 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/tree-grid/data/orders.ts' ] ,
952952 appModuleConfig : new AppModuleConfig ( {
953- imports : [ 'TreeGridColumnSelectionStylesComponent' , 'IgxTreeGridModule' ] ,
953+ imports : [ 'TreeGridColumnSelectionStylesComponent' , 'IgxTreeGridModule' , 'IgxPreventDocumentScrollModule' ] ,
954954 ngDeclarations : [ 'TreeGridColumnSelectionStylesComponent' ] ,
955- ngImports : [ 'IgxTreeGridModule' ] ,
955+ ngImports : [ 'IgxTreeGridModule' , 'IgxPreventDocumentScrollModule' ] ,
956956 ngProviders : [ ]
957957 } )
958958 } ) ) ;
0 commit comments