Skip to content

bug: angular components do not include outputs #643

@davidmccoy-8451

Description

@davidmccoy-8451

Prerequisites

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:
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wanteda good issue for the communitytype: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions