-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Angular can't handle event types in HTML-Templates after issue #4908 is released for Stencil 4.6.0 #401
Comments
Thanks for the issue! This issue has been labeled as Please reproduce this issue in an Stencil starter component library and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue. For a guide on how to create a good reproduction, see our Contributing Guide. |
Hey guys, I added a repository which reproduces the described issue: I followed this guide: https://stenciljs.com/docs/angular#angular-integration |
Hey @FabioGimmillaro I'm gonna move this issue over to our Framework wrappers repository as this appears to be specific to the Angular wrappers. We'll take a look and post any updates over there! |
Any updates on this, yet? |
We have this same issue here using GroupUI having this as a dependency. Please get into this soon. |
Any updates here? This really prevents Autocompletion in IntelliJ and shows some ugly errors and prevents type safety in the events... And there are other projects like GroupUI 9.0.0 relying on your code which I have to use at work... |
Any updates on this issue? I'm experiencing the same problem. This makes it difficult to work with the generated components right out of the box, as it breaks type safety between my Stencil component library and the Angular application. |
Hey folks 👋 I don't have an update for this issue at this time. We have the repo's current maintenance status posted on the README, which for posterity, is:
At this time, I don't believe this issue has been prioritized. |
Hi there, It would not be enough to simply add the
To make it look something like this:
|
This issue has been labeled as If you'd like to work on this issue, please comment here letting us know that you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort. |
Any contributions that help resolve this issue is much appreciated! |
Unfortunately the provided solution for issue ionic-team/stencil#4908 in Stencil 4.6.0 didn't work for me.
I'm getting following error in my Angular-Project (Version 16.2.0):
Event valueChange is not emitted by any applicable directives nor by dx-text-input element.
The compilation still works fine but I cannot get any autocompetion for my event.
I'm using following dependencies:
The event map within my dist/types is generated properly:
Angular HTML-file
Angular Typescript-file
The text was updated successfully, but these errors were encountered: