taiga-family / taiga-ui

Angular UI Kit and components library for awesome people
https://taiga-ui.dev
Apache License 2.0
3.28k stars 463 forks source link

Compile with Ivy #109

Closed jonsamwell closed 3 years ago

jonsamwell commented 3 years ago

Hi,

Thanks for this awesome library. I haven't started fully using it yet but planning to. I've just noticed the library is compiled against Angular 9 (https://github.com/TinkoffCreditSystems/taiga-ui/blob/main/package.json#L57) and enabling ivy on stack blitz (https://stackblitz.com/edit/taiga?file=tsconfig.json) results in a failed build. Is there plans to upgrade to Angular 11 and support ivy in the near future?

waterplea commented 3 years ago

Hi @jonsamwell Thank you for your interest in our library! It is perfectly compatible with Ivy and Angular 11, I use it on my projects too :) So you can give it a shot. That particular issue is on the StackBlitz side: https://github.com/stackblitz/core/issues/1364

jonsamwell commented 3 years ago

Great thanks!