ngx-observable-input
ngx-observable-input copied to clipboard
Doesn't work with fullTemplateTypeCheck
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
@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
I think you can use static ngAcceptInputType_ to fix it