Skip to content

Commit 3f24936

Browse files
PlamenaMitevadafo
andauthored
add IgxLayoutModule import to card's sample live-editing (#3219)
Co-authored-by: Alexander M <niron_hsc@yahoo.com>
1 parent eb9c9d3 commit 3f24936

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

live-editing/configs/CardConfigGenerator.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ IgxChipsModule,
55
IgxDividerModule,
66
IgxExpansionPanelModule,
77
IgxIconModule,
8+
IgxLayoutModule,
89
IgxListModule,
910
IgxRippleModule,
1011
IgxSliderModule} from 'igniteui-angular';
@@ -74,14 +75,16 @@ export class CardConfigGenerator implements IConfigGenerator {
7475
'IgxIconModule',
7576
'IgxCardModule',
7677
'IgxDividerModule',
78+
'IgxLayoutModule',
7779
'CardSample2Component'
7880
],
7981
ngDeclarations: ['CardSample2Component'],
8082
ngImports: [
8183
'IgxButtonModule',
8284
'IgxIconModule',
8385
'IgxCardModule',
84-
'IgxDividerModule'
86+
'IgxDividerModule',
87+
'IgxLayoutModule',
8588
]
8689
}),
8790
additionalFiles: [

0 commit comments

Comments
 (0)