You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the migration to Angular 9 I disabled Ivy (the new rendering engine) to keep the compatibility with old templates.
We need to enable it and replace the old components/template which are incompatible with Ivy.
How to enable: just open tsconfig.json and set true on "enableIvy" option.
The text was updated successfully, but these errors were encountered:
During the migration to Angular 9 I disabled Ivy (the new rendering engine) to keep the compatibility with old templates.
We need to enable it and replace the old components/template which are incompatible with Ivy.
How to enable: just open tsconfig.json and set true on "enableIvy" option.
The text was updated successfully, but these errors were encountered: