ali-hm / angular-tree-component

A simple yet powerful tree component for Angular (>=14)
https://angular2-tree.readme.io/docs
MIT License
28 stars 8 forks source link

Remove support of IE11 #3

Closed liesahead closed 1 year ago

liesahead commented 1 year ago

This would decrease the bundle size. The newer versions of angular do not support IE11 anyway.

ali-hm commented 1 year ago

If you mean to remove polyfills that are to support IE9, IE10 and IE11, I will consider it in the next release.

ali-hm commented 1 year ago

If you have any other idea to make this component better I will be happy to hear.

liesahead commented 1 year ago

@ali-hm , angular throws warnings about optimization bailout due to “mobx” library. I thought maybe there’s some update to this library or modern version is released so it could be replaced?

ali-hm commented 1 year ago

I will try to update "mobx" lib in the next release.

liesahead commented 1 year ago

Great, thanks!