Open Issues Need Help
View All on GitHubAI Summary: The task is to debug and fix a bug in the Stencil Angular output target. The bug causes incorrect event handling for custom events within value accessors, resulting in Angular reactive forms not functioning properly with Stencil components. The solution involves modifying the output target's code to correctly extract event values from `$event.detail` instead of `$event.target.value` for custom events, potentially adding configuration options for flexibility.
These are output targets that can be added to Stencil for React and Angular.
AI Summary: Implement server-side rendering (SSR) hydration support for Ionic components (Stencil-based web components) within Angular projects. This involves extending the existing Stencil Angular output target to handle the hydration process correctly, ensuring that components render properly on both the server and client sides when used with Angular Universal.
These are output targets that can be added to Stencil for React and Angular.
AI Summary: The task is to debug and fix a bug in the Stencil Angular output target where required component properties are not correctly marked as required in the generated Angular wrapper component. This involves investigating the output target's code, understanding how it generates Angular components, and modifying it to correctly reflect the `required` attribute from the Stencil component definition.
These are output targets that can be added to Stencil for React and Angular.