-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve package tree-shaking #13562
Comments
@damyanpetev @igdmdimitrov About the text-highlight directive/service. Who should be the right person to own the refactoring? |
@damyanpetev @igdmdimitrov I'm reopening the issue because of the text-highlight. I still need an answer on who the owner of this should be (an issue needs to be created). Utils can also benefit from further refactor. |
@kdinev Well I have to look at the small utils things that weren't tree shaking after the updates anyway, so I might as well have a look at the highlight directive too |
@damyanpetev I suggest separate issues be logged for each! |
There has been no recent activity and this issue has been marked inactive. |
@damyanpetev Could you update the checklist with the ideas you had about refactoring the grid paginator usage for better tree-shaking? |
Is your feature request related to a problem? Please describe.
Currently there's parts of the packages that are not tree-shaken optimally, like:
igniteui-angular-i18n
) When I import a set of i18n strings, all strings for all languages are imported and bundled #13411trial-watermark
chore(grids): bump watermark version #13442igxForOf
#13677Describe the solution you'd like
The code for the parts mentioned above should be tree-shaken when not used.
The text was updated successfully, but these errors were encountered: