Skip to content

Commit 7e366e0

Browse files
fix(simple-combo): add IgxProgressBarModule import
1 parent ad71303 commit 7e366e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

live-editing/configs/ComboConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ export class ComboConfigGenerator implements IConfigGenerator {
131131
configs.push(new Config({
132132
additionalFiles: ['/src/app/data/cities15000-regions-countries.ts'],
133133
appModuleConfig: new AppModuleConfig({
134-
imports: ['IgxComboModule', 'IgxSimpleComboModule', 'SimpleComboCascadingComponent'],
134+
imports: ['IgxComboModule', 'IgxSimpleComboModule', 'IgxProgressBarModule', 'SimpleComboCascadingComponent'],
135135
ngDeclarations: ['SimpleComboCascadingComponent'],
136-
ngImports: ['IgxComboModule', 'IgxSimpleComboModule']
136+
ngImports: ['IgxComboModule', 'IgxSimpleComboModule', 'IgxProgressBarModule']
137137
}),
138138
component: 'SimpleComboCascadingComponent'
139139
}));

0 commit comments

Comments
 (0)