ionic-team / stencil-ds-output-targets

These are output targets that can be added to Stencil for React and Angular.
https://stenciljs.com
MIT License
250 stars 118 forks source link

feat(angular): Standalone Value Accessor for Angular OutputType #459

Closed Samg983 closed 2 months ago

Samg983 commented 3 months ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

There is no support for standalone value accessors for Angular.

Issue URL: https://github.com/ionic-team/stencil-ds-output-targets/issues/460

What is the new behavior?

Does this introduce a breaking change?

christian-bromann commented 2 months ago

I plan to release a version of this today.

christian-bromann commented 2 months ago

@Samg983 does this implement what has been suggested in #437?

Samg983 commented 2 months ago

@Samg983 does this implement what has been suggested in #437?

It's also an improvement but to me it's not the same. In #437 it's still in a module rather than standalone.

christian-bromann commented 2 months ago

This was released in @stencil/angular-output-target@0.9.0 🎉