@@ -221,7 +221,7 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
221221
222222 // TreeGrid Column Pinning sample
223223 configs . push ( new Config ( {
224- additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/tree-grid/data/employees-flat-detailed.ts' ] ,
224+ additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/tree-grid/data/employees-flat-detailed.ts' , '/src/app/services/svgIcons.ts' ] ,
225225 appModuleConfig : new AppModuleConfig ( {
226226 imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'TreeGridColumnPinningSampleComponent' , 'IgxIconModule' ] ,
227227 ngDeclarations : [ 'TreeGridColumnPinningSampleComponent' ] ,
@@ -1155,9 +1155,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
11551155 ] ,
11561156 appModuleConfig : new AppModuleConfig ( {
11571157 imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'TreeGridValidatorServiceComponent' ,
1158- 'IgxButtonModule' ] ,
1158+ 'IgxButtonModule' , 'IgxSwitchModule' ] ,
11591159 ngDeclarations : [ 'TreeGridValidatorServiceComponent' ] ,
1160- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxButtonModule' ]
1160+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxButtonModule' , 'IgxSwitchModule' ]
11611161 } )
11621162 } ) ) ;
11631163
@@ -1206,7 +1206,7 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
12061206 appModuleConfig : new AppModuleConfig ( {
12071207 imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'TreeGridSummaryExportComponent' , 'IgxIconModule' , 'IgxExcelExporterService' ] ,
12081208 ngDeclarations : [ 'TreeGridSummaryExportComponent' ] ,
1209- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxIconModule' , 'IgxExcelExporterService' ] ,
1209+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxIconModule' ] ,
12101210 ngProviders : [ 'IgxExcelExporterService' ]
12111211 } ) ,
12121212 component : 'TreeGridSummaryExportComponent' ,
0 commit comments