Enable ivy support and remove ViewEngine support #167
Locked
pavankjadda
started this conversation in
General
Replies: 3 comments
-
@stevermeister we should also add this to our next call. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In todays (2021-10-20) call, it was decided that, we will maintain 2 versions of the library
we will back port necessary changes from 13.x.x or later to 12.x.x if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
v13 implemented this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Angular deprecated ViewEngine in v12 and will be removed in future. I tried to drop ViewEngine support in the past but reverted those changes since it broke existing applications that do not use Ivy
Starting from v13, we can drop support for ViewEngine and Enable ivy. Anybody who uses pre-ivy version of angular can continue to use v12. I created branch 12.x.x to maintain v12 code. Any critical and important fixes found in v13 or later can be back ported to v12 if needed.
And projects that use ivy compatible Angular version can use v13 or later.
Beta Was this translation helpful? Give feedback.
All reactions