-
-
Notifications
You must be signed in to change notification settings - Fork 150
bug: angular components do not include outputs #643
Copy link
Copy link
Open
Labels
help wanteda good issue for the communitya good issue for the communitytype: bugSomething isn't workingSomething isn't working
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Stencil Version
N/A
Stencil Framework Output Target
Angular
Stencil Framework Output Target Version
0.9.0
Current Behavior
This PR introduced a fix for angular component outputs to be processed correctly by the Angular Language Service that IDEs use:
#55
However, in the updated implementation, there is no outputs array provided to the component metadata:
https://github.com/stenciljs/output-targets/blob/main/packages/angular/src/generate-angular-component.ts#L108-L114
This should be re-included so that errors in IDEs like the following do not occur:

Expected Behavior
The outputs are included so that outputs are recognized in templates by IDEs.
Steps to Reproduce
N/A
Code Reproduction URL
N/A
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wanteda good issue for the communitya good issue for the communitytype: bugSomething isn't workingSomething isn't working