@@ -584,9 +584,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
584584 configs . push ( new Config ( {
585585 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/tree-grid/data/orders.ts' ] ,
586586 appModuleConfig : new AppModuleConfig ( {
587- imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'TreeGridExternalExcelStyleFilteringComponent' ] ,
587+ imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxSelectModule' , ' TreeGridExternalExcelStyleFilteringComponent'] ,
588588 ngDeclarations : [ 'TreeGridExternalExcelStyleFilteringComponent' ] ,
589- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' ]
589+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxSelectModule' ]
590590 } ) ,
591591 component : 'TreeGridExternalExcelStyleFilteringComponent' ,
592592 shortenComponentPathBy : '/tree-grid/'
@@ -783,9 +783,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
783783 configs . push ( new Config ( {
784784 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/tree-grid/tree-grid-clipboard-operations-sample/data.ts' ] ,
785785 appModuleConfig : new AppModuleConfig ( {
786- imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'TreeGridClipboardSampleComponent' , 'IgxSwitchModule' ] ,
786+ imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'TreeGridClipboardSampleComponent' , 'IgxSwitchModule' , 'IgxInputGroupModule' , 'IgxIconModule' ] ,
787787 ngDeclarations : [ 'TreeGridClipboardSampleComponent' ] ,
788- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxSwitchModule' ]
788+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxSwitchModule' , 'IgxInputGroupModule' , 'IgxIconModule' ]
789789 } ) ,
790790 component : 'TreeGridClipboardSampleComponent' ,
791791 shortenComponentPathBy : '/tree-grid/'
0 commit comments