@@ -1072,11 +1072,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
10721072 configs . push ( new Config ( {
10731073 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/tree-grid/data/employees-flat.ts' , '/src/app/tree-grid/tree-grid-add-row-sample/employee.ts' ] ,
10741074 appModuleConfig : new AppModuleConfig ( {
1075- imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'TreeGridAddRowSampleComponent' , 'IgxButtonModule' , 'IgxDialogModule' ,
1076- 'IgxInputGroupModule' , 'IgxCheckboxModule' , 'IgxDatePickerModule' , 'IgxActionStripModule' ] ,
1075+ imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'TreeGridAddRowSampleComponent' , 'IgxIconModule' , 'IgxActionStripModule' ] ,
10771076 ngDeclarations : [ 'TreeGridAddRowSampleComponent' ] ,
1078- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxButtonModule' , 'IgxDialogModule' ,
1079- 'IgxInputGroupModule' , 'IgxCheckboxModule' , 'IgxDatePickerModule' , 'IgxActionStripModule' ]
1077+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxIconModule' , 'IgxActionStripModule' ]
10801078 } ) ,
10811079 component : 'TreeGridAddRowSampleComponent' ,
10821080 shortenComponentPathBy : '/tree-grid/'
0 commit comments