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
@jgerstle Thank you for finding that issue. Unfortunately, I don't see any good way to omit that checks. For now I suggest using: "strictInputTypes": false
which will disable only Input checks. I've added that to README.md
If you use fullTemplateTypeCheck, this will not work since angular thinks that the input type is an observable.
Sample: https://stackblitz.com/edit/angular-ivy-spemgh
The text was updated successfully, but these errors were encountered: