@@ -43,10 +43,10 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
4343 '/src/app/hierarchical-grid/models.ts' ] ,
4444 appModuleConfig : new AppModuleConfig ( {
4545 imports : [ 'IgxHierarchicalGridModule' , 'HGridEditingSampleComponent' , 'IgxDialogModule' ,
46- 'IgxButtonModule' , 'IgxCheckboxModule' , 'IgxDatePickerModule' , 'IgxPreventDocumentScrollModule' ] ,
46+ 'IgxButtonModule' , 'IgxCheckboxModule' , 'IgxDatePickerModule' , 'IgxPreventDocumentScrollModule' , 'IgxInputGroupModule' ] ,
4747 ngDeclarations : [ 'HGridEditingSampleComponent' ] ,
4848 ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxHierarchicalGridModule' , 'IgxDialogModule' , 'IgxButtonModule' , 'IgxCheckboxModule' ,
49- 'IgxDatePickerModule' ]
49+ 'IgxDatePickerModule' , 'IgxInputGroupModule' ]
5050 } ) ,
5151 component : 'HGridEditingSampleComponent'
5252 } ) ) ;
@@ -529,9 +529,9 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
529529 configs . push ( new Config ( {
530530 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/data/utils.ts' , '/src/app/data/files.data.ts' ] ,
531531 appModuleConfig : new AppModuleConfig ( {
532- imports : [ 'IgxHierarchicalGridModule' , 'HGridRowDragBaseComponent' , 'IgxDragDropModule' , 'IgxButtonModule' , 'IgxPreventDocumentScrollModule' ] ,
532+ imports : [ 'IgxHierarchicalGridModule' , 'HGridRowDragBaseComponent' , 'IgxDragDropModule' , 'IgxButtonModule' , 'IgxPreventDocumentScrollModule' , 'IgxIconModule' ] ,
533533 ngDeclarations : [ 'HGridRowDragBaseComponent' ] ,
534- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxHierarchicalGridModule' , 'IgxDragDropModule' , 'IgxButtonModule' ]
534+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxHierarchicalGridModule' , 'IgxDragDropModule' , 'IgxButtonModule' , 'IgxIconModule' ]
535535 } ) ,
536536 component : 'HGridRowDragBaseComponent'
537537 } ) ) ;
@@ -704,9 +704,9 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
704704 '/src/app/hierarchical-grid/models.ts'
705705 ] ,
706706 appModuleConfig : new AppModuleConfig ( {
707- imports : [ 'HierarchicalGridColumnSelectionComponent' , 'IgxHierarchicalGridModule' ] ,
707+ imports : [ 'HierarchicalGridColumnSelectionComponent' , 'IgxHierarchicalGridModule' , 'IgxPreventDocumentScrollModule' , 'IgxSelectModule' ] ,
708708 ngDeclarations : [ 'HierarchicalGridColumnSelectionComponent' ] ,
709- ngImports : [ 'IgxHierarchicalGridModule' ] ,
709+ ngImports : [ 'IgxHierarchicalGridModule' , 'IgxPreventDocumentScrollModule' , 'IgxSelectModule' ] ,
710710 ngProviders : [ ]
711711 } )
712712 } ) ) ;
0 commit comments