Skip to content

Commit 25214c2

Browse files
committed
chore(*): Update samples configs
1 parent 72c08ed commit 25214c2

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

live-editing/configs/GridConfigGenerator.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -713,9 +713,9 @@ export class GridConfigGenerator implements IConfigGenerator {
713713
component: 'GridExternalExcelStyleFilteringComponent',
714714
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/nwindData.ts'],
715715
appModuleConfig: new AppModuleConfig({
716-
imports: ['GridExternalExcelStyleFilteringComponent', 'IgxGridModule', 'IgxPreventDocumentScrollModule'],
716+
imports: ['GridExternalExcelStyleFilteringComponent', 'IgxGridModule', 'IgxSelectModule', 'IgxPreventDocumentScrollModule'],
717717
ngDeclarations: ['GridExternalExcelStyleFilteringComponent'],
718-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule']
718+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxSelectModule']
719719
})
720720
}));
721721

@@ -957,9 +957,9 @@ export class GridConfigGenerator implements IConfigGenerator {
957957
component: 'GridClipboardSampleComponent',
958958
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/nwindData.ts'],
959959
appModuleConfig: new AppModuleConfig({
960-
imports: ['GridClipboardSampleComponent', 'IgxGridModule', 'IgxSwitchModule', 'IgxPreventDocumentScrollModule'],
960+
imports: ['GridClipboardSampleComponent', 'IgxGridModule', 'IgxSwitchModule', 'IgxInputGroupModule', 'IgxIconModule', 'IgxPreventDocumentScrollModule'],
961961
ngDeclarations: ['GridClipboardSampleComponent'],
962-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxSwitchModule']
962+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxSwitchModule', 'IgxInputGroupModule', 'IgxIconModule']
963963
})
964964
}));
965965
configs.push(new Config({

live-editing/configs/HierarchicalGridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
191191
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/singersData.ts',
192192
'/src/app/hierarchical-grid/models.ts'],
193193
appModuleConfig: new AppModuleConfig({
194-
imports: ['IgxHierarchicalGridModule', 'HGridExternalExcelStyleFilteringComponent', 'IgxPreventDocumentScrollModule'],
194+
imports: ['IgxHierarchicalGridModule', 'HGridExternalExcelStyleFilteringComponent', 'IgxSelectModule', 'IgxPreventDocumentScrollModule'],
195195
ngDeclarations: ['HGridExternalExcelStyleFilteringComponent'],
196-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule']
196+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule', 'IgxSelectModule']
197197
}),
198198
component: 'HGridExternalExcelStyleFilteringComponent'
199199
}));

live-editing/configs/TreeGridConfigGenerator.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
584584
configs.push(new Config({
585585
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/tree-grid/data/orders.ts'],
586586
appModuleConfig: new AppModuleConfig({
587-
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridExternalExcelStyleFilteringComponent'],
587+
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxSelectModule', 'TreeGridExternalExcelStyleFilteringComponent'],
588588
ngDeclarations: ['TreeGridExternalExcelStyleFilteringComponent'],
589-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule']
589+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxSelectModule']
590590
}),
591591
component: 'TreeGridExternalExcelStyleFilteringComponent',
592592
shortenComponentPathBy: '/tree-grid/'
@@ -783,9 +783,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
783783
configs.push(new Config({
784784
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/tree-grid/tree-grid-clipboard-operations-sample/data.ts'],
785785
appModuleConfig: new AppModuleConfig({
786-
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridClipboardSampleComponent', 'IgxSwitchModule'],
786+
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridClipboardSampleComponent', 'IgxSwitchModule' , 'IgxInputGroupModule', 'IgxIconModule'],
787787
ngDeclarations: ['TreeGridClipboardSampleComponent'],
788-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxSwitchModule']
788+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxSwitchModule', 'IgxInputGroupModule', 'IgxIconModule']
789789
}),
790790
component: 'TreeGridClipboardSampleComponent',
791791
shortenComponentPathBy: '/tree-grid/'

0 commit comments

Comments
 (0)