undefined Output should show error in the parent template #43603
Milestone
Comments
There is indeed a gap in type-checking here. The misnamed output does have a valid target though: the You can partially workaround using |
This feature request is now candidate for our backlog! In the next phase, the community has 60 days to upvote. If the request receives more than 20 upvotes, we'll move it to our consideration list. You can find more details about the feature request process in our documentation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which @angular/* package(s) are relevant/releated to the feature request?
core
Description
I believe I have all the template strict checks enabled, and I was expecting to have a template error at my parent component telling me that my child component does not have certain output if there is a typo in its name.
Proposed solution
The compiler should warn about a non-existing output in the component element.
Alternatives considered
Please let me know if this error check already exists, I may just be missing enabling it. I tried googling for it but could not find anything relevant.
The text was updated successfully, but these errors were encountered: