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.
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.