Skip to content

Commit

Permalink
fix(tree config generator): remove redundant ivy flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromirts committed Jan 15, 2024
1 parent cf226bc commit 6698c49
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 6698c49

Please sign in to comment.