@@ -462,9 +462,9 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
462462 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/data/singersData.ts' ,
463463 '/src/app/hierarchical-grid/models.ts' ] ,
464464 appModuleConfig : new AppModuleConfig ( {
465- imports : [ 'IgxHierarchicalGridModule' , 'HGridToolbarOptionsSampleComponent' , 'IgxPreventDocumentScrollModule' , 'IgxSwitchModule' ] ,
465+ imports : [ 'IgxHierarchicalGridModule' , 'HGridToolbarOptionsSampleComponent' , 'IgxPreventDocumentScrollModule' , 'IgxSwitchModule' , 'IgxInputGroupModule' ] ,
466466 ngDeclarations : [ 'HGridToolbarOptionsSampleComponent' ] ,
467- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxHierarchicalGridModule' , 'IgxSwitchModule' ]
467+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxHierarchicalGridModule' , 'IgxSwitchModule' , 'IgxInputGroupModule' ]
468468 } ) ,
469469 component : 'HGridToolbarOptionsSampleComponent'
470470 } ) ) ;
@@ -473,9 +473,9 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
473473 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/data/singersData.ts' ,
474474 '/src/app/hierarchical-grid/models.ts' ] ,
475475 appModuleConfig : new AppModuleConfig ( {
476- imports : [ 'IgxHierarchicalGridModule' , 'HGridToolbarCustomSampleComponent' , 'IgxButtonModule' , 'IgxPreventDocumentScrollModule' ] ,
476+ imports : [ 'IgxHierarchicalGridModule' , 'HGridToolbarCustomSampleComponent' , 'IgxButtonModule' , 'IgxPreventDocumentScrollModule' , 'IgxIconModule' ] ,
477477 ngDeclarations : [ 'HGridToolbarCustomSampleComponent' ] ,
478- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxHierarchicalGridModule' , 'IgxButtonModule' ]
478+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxHierarchicalGridModule' , 'IgxButtonModule' , 'IgxIconModule' ]
479479 } ) ,
480480 component : 'HGridToolbarCustomSampleComponent'
481481 } ) ) ;
0 commit comments