Skip to content

Commit 41c8ec7

Browse files
committed
chore(*): fix sample configs
1 parent 5ce9f6c commit 41c8ec7

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

live-editing/configs/AccordionConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ export class AccordionConfigGenerator implements IConfigGenerator {
3737
component: 'AccordionSample3Component',
3838
appModuleConfig: new AppModuleConfig({
3939
imports: ['IgxCheckboxModule', 'IgxSliderModule',
40-
'IgxRadioModule', 'IgxTimePickerModule', 'AccordionSample3Component', 'IgxAccordionModule'],
40+
'IgxRadioModule', 'IgxTimePickerModule', 'AccordionSample3Component', 'IgxAccordionModule', 'IgxIconModule'],
4141
ngDeclarations: ['AccordionSample3Component'],
4242
ngImports: ['IgxCheckboxModule', 'IgxSliderModule',
43-
'IgxRadioModule', 'IgxTimePickerModule', 'IgxAccordionModule']
43+
'IgxRadioModule', 'IgxTimePickerModule', 'IgxAccordionModule', 'IgxIconModule']
4444
}),
4545
shortenComponentPathBy: '/layouts/accordion/'
4646
}));

live-editing/configs/BannerConfigGenerator.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ export class BannerConfigGenerator implements IConfigGenerator {
8888
additionalFiles: ["/src/app/notifications/banner/banner-samples.scss"],
8989
appModuleConfig: new AppModuleConfig({
9090
imports: ['IgxBannerModule', 'IgxCardModule', 'IgxToastModule', 'IgxNavbarModule', 'IgxButtonModule',
91-
'IgxRippleModule', 'IgxIconModule', 'IgxButtonModule',
92-
'IgxRippleModule', 'BannerStylingComponent'],
91+
'IgxRippleModule', 'IgxIconModule', 'BannerStylingComponent'],
9392
ngDeclarations: ['BannerStylingComponent'],
9493
ngImports: ['IgxBannerModule', 'IgxCardModule', 'IgxToastModule', 'IgxNavbarModule', 'IgxButtonModule',
9594
'IgxRippleModule', 'IgxIconModule', 'IgxButtonModule',

live-editing/configs/CardConfigGenerator.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,16 @@ export class CardConfigGenerator implements IConfigGenerator {
102102
'IgxButtonModule',
103103
'IgxCardModule',
104104
'IgxRippleModule',
105-
'CardSample3Component'
105+
'CardSample3Component',
106+
'IgxLayoutModule',
106107
],
107108
ngDeclarations: ['CardSample3Component'],
108109
ngImports: [
109110
'IgxAvatarModule',
110111
'IgxButtonModule',
111112
'IgxCardModule',
112-
'IgxRippleModule'
113+
'IgxRippleModule',
114+
'IgxLayoutModule',
113115
]
114116
}),
115117
additionalFiles: [

live-editing/configs/GridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,9 +1016,9 @@ export class GridConfigGenerator implements IConfigGenerator {
10161016
component: 'GridColumnDataTypesSampleComponent',
10171017
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/nwindData.ts'],
10181018
appModuleConfig: new AppModuleConfig({
1019-
imports: ['GridColumnDataTypesSampleComponent', 'IgxGridModule', 'IgxTooltipModule', 'IgxPreventDocumentScrollModule'],
1019+
imports: ['GridColumnDataTypesSampleComponent', 'IgxGridModule', 'IgxTooltipModule', 'IgxInputGroupModule', 'IgxSelectModule', 'IgxPreventDocumentScrollModule'],
10201020
ngDeclarations: ['GridColumnDataTypesSampleComponent'],
1021-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxTooltipModule']
1021+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxTooltipModule', 'IgxInputGroupModule', 'IgxSelectModule']
10221022
})
10231023
}));
10241024

live-editing/configs/NavbarConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export class NavbarConfigGenerator implements IConfigGenerator {
3232
component: 'NavbarSample2Component',
3333
appModuleConfig: new AppModuleConfig({
3434
imports: ['IgxIconModule', 'IgxNavbarModule', 'IgxButtonModule', 'NavbarSample2Component'],
35-
ngDeclarations: ['NavbarSample2Component', 'IgxButtonModule' ],
36-
ngImports: ['IgxIconModule', 'IgxNavbarModule']
35+
ngDeclarations: ['NavbarSample2Component'],
36+
ngImports: ['IgxIconModule', 'IgxNavbarModule', 'IgxButtonModule' ]
3737
}),
3838
shortenComponentPathBy: "/menus/navbar/"
3939
}));

0 commit comments

Comments
 (0)