Skip to content

Commit

Permalink
Merge pull request #3428 from IgniteUI/dTsvetkov/fix-tree-config-gene…
Browse files Browse the repository at this point in the history
…rator

fix(tree config generator): remove redundant ivy flags
  • Loading branch information
hanastasov authored Jan 15, 2024
2 parents 9a73605 + 6698c49 commit 445ecac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions live-editing/configs/TreeConfigGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class TreeConfigGenerator implements IConfigGenerator {
ngDeclarations: ['TreeBasicSampleComponent'],
ngImports: ['IgxTreeModule', 'IgxIconModule']
}),
useIvy: true
}));

configs.push(new Config({
Expand All @@ -30,7 +29,6 @@ export class TreeConfigGenerator implements IConfigGenerator {
ngDeclarations: ['TreeAdvancedSampleComponent'],
ngImports: ['IgxTreeModule', 'IgxIconModule', 'IgxTooltipModule']
}),
useIvy: true
}));

return configs;
Expand Down

0 comments on commit 445ecac

Please sign in to comment.