-
Currently the library is published as a single entrypoint. Using the library with Angular produces a bundle with igniteui-angular in main. Any feeback if this is possible or desired? https://angular.io/guide/angular-package-format#entrypoints-and-code-splitting
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@lalo-mx We have already considered this, and the conclusions were the following:
We already moved animations as a separate entry point: |
Beta Was this translation helpful? Give feedback.
@lalo-mx We have already considered this, and the conclusions were the following:
igniteui-angular
(migrations can mitigate that)We already moved animations as a separate entry point:
igniteui-angular/animations
and for the past couple of releases we've focused a lot of efforts on tree-shaking improvements in the library. You can check #13562.We will do some further research into how beneficial multiple entry points would be for large projects. If we find that the change is worth it, then we will start introducing it no earlier …