We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99105f5 + 445ecac commit 36925dbCopy full SHA for 36925db
1 file changed
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