ngx-observable-input icon indicating copy to clipboard operation
ngx-observable-input copied to clipboard

Doesn't work with fullTemplateTypeCheck

Open jgerstle opened this issue 5 years ago • 2 comments

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 avatar Nov 24 '20 07:11 jgerstle

@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

Futhark avatar Dec 01 '20 19:12 Futhark

I think you can use static ngAcceptInputType_ to fix it

BrianShenCC avatar Nov 17 '23 15:11 BrianShenCC