We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9c9d3 commit 3f24936Copy full SHA for 3f24936
1 file changed
live-editing/configs/CardConfigGenerator.ts
@@ -5,6 +5,7 @@ IgxChipsModule,
5
IgxDividerModule,
6
IgxExpansionPanelModule,
7
IgxIconModule,
8
+IgxLayoutModule,
9
IgxListModule,
10
IgxRippleModule,
11
IgxSliderModule} from 'igniteui-angular';
@@ -74,14 +75,16 @@ export class CardConfigGenerator implements IConfigGenerator {
74
75
'IgxIconModule',
76
'IgxCardModule',
77
'IgxDividerModule',
78
+ 'IgxLayoutModule',
79
'CardSample2Component'
80
],
81
ngDeclarations: ['CardSample2Component'],
82
ngImports: [
83
'IgxButtonModule',
84
85
- 'IgxDividerModule'
86
+ 'IgxDividerModule',
87
88
]
89
}),
90
additionalFiles: [
0 commit comments