We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef2c8c6 + 08123f4 commit 7bc0de4Copy full SHA for 7bc0de4
live-editing/configs/TreeConfigGenerator.ts
@@ -17,7 +17,6 @@ export class TreeConfigGenerator implements IConfigGenerator {
17
ngDeclarations: ['TreeBasicSampleComponent'],
18
ngImports: ['IgxTreeModule', 'IgxIconModule']
19
}),
20
- useIvy: true
21
}));
22
23
configs.push(new Config({
@@ -30,7 +29,6 @@ export class TreeConfigGenerator implements IConfigGenerator {
30
29
ngDeclarations: ['TreeAdvancedSampleComponent'],
31
ngImports: ['IgxTreeModule', 'IgxIconModule', 'IgxTooltipModule']
32
33
34
35
36
return configs;
0 commit comments