-
Good Day, Has this library been upgraded to Angular 14, we have one project heavily reliant on this and experiencing serious optimization issues due to the library not being IVY compliant. Do we have a solution/roadmap it would suck to have to replace this in production |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This lib is already Ivy compatible. You can use both versions (2 and 3) with Angular 14. But compiling with 2.x is slow because of |
Beta Was this translation helpful? Give feedback.
This lib is already Ivy compatible. You can use both versions (2 and 3) with Angular 14. But compiling with 2.x is slow because of
ngcc
. But with 3.x this is not a problem anymore. This was released by end of August: https://github.com/Tinkoff/taiga-ui/blob/main/CHANGELOG.md#300-2022-08-30