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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
ViewEngine only is deprecated.
Could you change the build of the lib with angular ivy and retro-compatibility to view engine.
It is set to false since angular 12, i think there is a misunderstood.
are there any updates on this? @sarahdayan could you maybe have a look at this? (not sure who to flag on this)
this is required for the upgrade towards angular 16 if i correctly understand.
see #994
Hello,
ViewEngine only is deprecated.
Could you change the build of the lib with angular ivy and retro-compatibility to view engine.
It is set to false since angular 12, i think there is a misunderstood.
You just need to set the
"compilationMode": "partial"
tsconfig :https://angular.io/guide/creating-libraries#ensuring-library-version-compatibility
The text was updated successfully, but these errors were encountered: