@@ -314,9 +314,9 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
314314 configs . push ( new Config ( {
315315 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/data/hierarchical-data.ts' ] ,
316316 appModuleConfig : new AppModuleConfig ( {
317- imports : [ 'IgxHierarchicalGridModule' , 'HGridDisplayDensitySampleComponent' , 'IgxPreventDocumentScrollModule' ] ,
317+ imports : [ 'IgxHierarchicalGridModule' , 'HGridDisplayDensitySampleComponent' , 'IgxPreventDocumentScrollModule' , 'IgxButtonGroupModule' ] ,
318318 ngDeclarations : [ 'HGridDisplayDensitySampleComponent' ] ,
319- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxHierarchicalGridModule' ]
319+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxHierarchicalGridModule' , 'IgxButtonGroupModule' ]
320320 } ) ,
321321 component : 'HGridDisplayDensitySampleComponent'
322322 } ) ) ;
@@ -846,9 +846,9 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
846846 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/data/singersData.ts' ,
847847 '/src/app/hierarchical-grid/models.ts' ] ,
848848 appModuleConfig : new AppModuleConfig ( {
849- imports : [ 'IgxHierarchicalGridModule' , 'IgxPreventDocumentScrollModule' , 'HGridEditingLifecycleComponent' , 'IgxSwitchModule' , 'IgxIconModule' ] ,
849+ imports : [ 'IgxHierarchicalGridModule' , 'IgxPreventDocumentScrollModule' , 'HGridEditingLifecycleComponent' , 'IgxSwitchModule' , 'IgxIconModule' , 'IgxButtonModule' ] ,
850850 ngDeclarations : [ 'HGridEditingLifecycleComponent' ] ,
851- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxHierarchicalGridModule' , 'IgxSwitchModule' , 'IgxIconModule' ] ,
851+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxHierarchicalGridModule' , 'IgxSwitchModule' , 'IgxIconModule' , 'IgxButtonModule' ] ,
852852 ngProviders : [ ]
853853 } ) ,
854854 component : 'HGridEditingLifecycleComponent'
0 commit comments