@@ -162,9 +162,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
162162 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/tree-grid/data/employees-flat.ts' ] ,
163163 appModuleConfig : new AppModuleConfig ( {
164164 imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'TreeGridSelectionSampleComponent' ,
165- 'IgxSwitchModule' , 'IgxSnackbarModule' , 'IgxButtonGroupModule' ] ,
165+ 'IgxSwitchModule' , 'IgxSnackbarModule' , 'IgxButtonGroupModule' , 'IgxIconModule' , 'IgxCheckboxModule' ] ,
166166 ngDeclarations : [ 'TreeGridSelectionSampleComponent' ] ,
167- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxSwitchModule' , 'IgxSnackbarModule' , 'IgxButtonGroupModule' ]
167+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxSwitchModule' , 'IgxSnackbarModule' , 'IgxButtonGroupModule' , 'IgxIconModule' , 'IgxCheckboxModule' ]
168168 } ) ,
169169 component : 'TreeGridSelectionSampleComponent' ,
170170 shortenComponentPathBy : '/tree-grid/'
@@ -1021,9 +1021,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
10211021 '/src/app/tree-grid/tree-grid-save-state/about.component.ts' ,
10221022 '/src/app/tree-grid/tree-grid-save-state/about.component.html' ] ,
10231023 appModuleConfig : new AppModuleConfig ( {
1024- imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'TGridSaveStateComponent' , 'TGridAboutComponent' , 'Router' , 'RouterModule' ] ,
1024+ imports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxCheckboxModule' , 'IgxIconModule' , ' TGridSaveStateComponent', 'TGridAboutComponent' , 'Router' , 'RouterModule' ] ,
10251025 ngDeclarations : [ 'TGridSaveStateComponent' , 'TGridAboutComponent' ] ,
1026- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' ,
1026+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxTreeGridModule' , 'IgxCheckboxModule' , 'IgxIconModule' ,
10271027 'RouterModule.forRoot([\{component: TGridAboutComponent, path: \'tree-grid-state-about\'},\{component: TGridSaveStateComponent, path: \'tree-grid-state\'},\{ path: \'\', redirectTo: \'/tree-grid-state\', pathMatch: \'full\' }])' ]
10281028
10291029 } ) ,
0 commit comments