Skip to content

Commit 7a899a1

Browse files
committed
chore(*): add config modules
1 parent 8270449 commit 7a899a1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

live-editing/configs/CalendarConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ export class CalendarConfigGenerator implements IConfigGenerator {
2525
configs.push(new Config({
2626
component: 'CalendarSample2Component',
2727
appModuleConfig: new AppModuleConfig({
28-
imports: ['IgxCalendarModule', 'IgxPrefixModule', 'IgxSelectModule', 'CalendarSample2Component'],
28+
imports: ['IgxCalendarModule', 'IgxSelectModule', 'CalendarSample2Component'],
2929
ngDeclarations: ['CalendarSample2Component'],
30-
ngImports: ['IgxCalendarModule', 'IgxPrefixModule', 'IgxSelectModule']
30+
ngImports: ['IgxCalendarModule', 'IgxSelectModule']
3131
}),
3232
shortenComponentPathBy: "/scheduling/calendar/"
3333
}));

live-editing/configs/TreeGridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,9 +1061,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
10611061
configs.push(new Config({
10621062
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/tree-grid/data/employees-flat.ts'],
10631063
appModuleConfig: new AppModuleConfig({
1064-
imports: ['IgxPreventDocumentScrollModule', 'TGridEditingLifecycleComponent', 'IgxTreeGridModule', 'IgxSwitchModule', 'IgxIconModule'],
1064+
imports: ['IgxPreventDocumentScrollModule', 'TGridEditingLifecycleComponent', 'IgxTreeGridModule', 'IgxSwitchModule', 'IgxIconModule', 'IgxButtonModule'],
10651065
ngDeclarations: ['TGridEditingLifecycleComponent'],
1066-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxSwitchModule', 'IgxIconModule']
1066+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxSwitchModule', 'IgxIconModule', 'IgxButtonModule']
10671067
}),
10681068
component: 'TGridEditingLifecycleComponent',
10691069
shortenComponentPathBy: '/tree-grid/'

0 commit comments

Comments
 (0)