These are output targets that can be added to Stencil for React and Angular.

3 Open Issues Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 4/5
type: bug help wanted

These are output targets that can be added to Stencil for React and Angular.

TypeScript

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.

Complexity: 5/5
package: angular help wanted

These are output targets that can be added to Stencil for React and Angular.

TypeScript

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.

Complexity: 4/5
type: feature help wanted

These are output targets that can be added to Stencil for React and Angular.

TypeScript