Angular Language Service can't correctly handle inherited input property if it listed in @Component decorator of base component (rather than decorated by @Input decorator).
To Reproduce


Expected behavior
No error should arise.
I have the same kind of issue based with libraries:
My project used libraries:
Regards
This has been fixed by the new Ivy-native language service, released in v11.1.0.
It's an opt-in feature for now, please give it a try and let us know if you have any feedback.
For the best editor experience, please make sure your project has strictTemplates enabled in angularCompilerOptions.
In case you run into similar bug, please file a new issue. I'll close this for now.
Most helpful comment
I have the same kind of issue based with libraries:
My project used libraries:
It identifies the properties done in library B but not the one done in library A.
Regards