@@ -585,9 +585,9 @@ export class GridConfigGenerator implements IConfigGenerator {
585585 component : 'GridConditionalCellStyle2Component' ,
586586 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/data/athletesData.ts' ] ,
587587 appModuleConfig : new AppModuleConfig ( {
588- imports : [ 'IgxGridModule' , 'GridConditionalCellStyle2Component' , 'IgxPreventDocumentScrollModule' ] ,
588+ imports : [ 'IgxGridModule' , 'GridConditionalCellStyle2Component' , 'IgxPreventDocumentScrollModule' , 'IgxButtonModule' , 'IgxInputGroupModule' ] ,
589589 ngDeclarations : [ 'GridConditionalCellStyle2Component' ] ,
590- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxGridModule' ]
590+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxGridModule' , 'IgxButtonModule' , 'IgxInputGroupModule' ]
591591 } )
592592 } ) ) ;
593593
@@ -1345,9 +1345,9 @@ export class GridConfigGenerator implements IConfigGenerator {
13451345 component : 'GridRowStylesComponent' ,
13461346 additionalFiles : [ '/src/app/directives/prevent-scroll.directive.ts' , '/src/app/services/financial.service.ts' , '/src/app/data/financialData.ts' ] ,
13471347 appModuleConfig : new AppModuleConfig ( {
1348- imports : [ 'IgxGridModule' , 'GridRowStylesComponent' , 'IgxPreventDocumentScrollModule' , 'FinancialDataService' ] ,
1348+ imports : [ 'IgxGridModule' , 'GridRowStylesComponent' , 'IgxPreventDocumentScrollModule' , 'IgxBadgeModule' , ' FinancialDataService'] ,
13491349 ngDeclarations : [ 'GridRowStylesComponent' ] ,
1350- ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxGridModule' ] ,
1350+ ngImports : [ 'IgxPreventDocumentScrollModule' , 'IgxGridModule' , 'IgxBadgeModule' ] ,
13511351 ngProviders : [ 'FinancialDataService' ]
13521352 } )
13531353 } ) ) ;
0 commit comments