@@ -250,6 +250,18 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
250250 shortenComponentPathBy : '/tree-grid/'
251251 } ) ) ;
252252
253+ //TreeGrid Column Autosizing sample
254+ configs . push ( new Config ( {
255+ additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/tree-grid/data/employees-flat-detailed.ts' ] ,
256+ appModuleConfig : new AppModuleConfig ( {
257+ imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'TreeGridColumnAutoSizingSampleComponent' ] ,
258+ ngDeclarations : [ 'TreeGridColumnAutoSizingSampleComponent' ] ,
259+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' ]
260+ } ) ,
261+ component : 'TreeGridColumnAutoSizingSampleComponent' ,
262+ shortenComponentPathBy : '/tree-grid/'
263+ } ) ) ;
264+
253265 // TreeGrid Column Resizing Line Styling sample
254266 configs . push ( new Config ( {
255267 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/tree-grid/data/employees-flat-detailed.ts' ] ,
@@ -1075,7 +1087,7 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
10751087 component : 'TreeGridFormattedFilteringStrategyComponent' ,
10761088 shortenComponentPathBy : '/tree-grid/'
10771089 } ) ) ;
1078-
1090+
10791091 configs . push ( new Config ( {
10801092 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/tree-grid/data/foods.ts' ] ,
10811093 appModuleConfig : new AppModuleConfig ( {
0 commit comments