Which @angular/* package(s) are the source of the bug?
core, elements
Description
Expected:
Running an effect on an input signal within a directive that is attached to an IonButton should trigger/run the effect code.
Actual:
The effect is not run.
It works just fine if attached to other html tags.
- Open the reproduction url.
- Follow on screen instructions.
Insight:
This is where the current behavior is probably sourced => https://github.com/ionic-team/ionic-framework/blob/ba5cebf2542c8fbd6c29af593a31a742e0caba1e/packages/angular/src/directives/proxies.ts#L357
Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/stackblitz-starters-gkckxf?file=src%2Fmain.ts
Please provide the environment you discovered this bug in (run ng version)
Anything else?
Issue has been confirmed by "JB Nizet" and "Matthieu Riegler" and I was encouraged to create a bug report here.
Which @angular/* package(s) are the source of the bug?
core, elements
Description
Expected:
Running an effect on an input signal within a directive that is attached to an IonButton should trigger/run the effect code.
Actual:
The effect is not run.
It works just fine if attached to other html tags.
Insight:
This is where the current behavior is probably sourced => https://github.com/ionic-team/ionic-framework/blob/ba5cebf2542c8fbd6c29af593a31a742e0caba1e/packages/angular/src/directives/proxies.ts#L357
Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/stackblitz-starters-gkckxf?file=src%2Fmain.ts
Please provide the environment you discovered this bug in (run
ng version)Anything else?
Issue has been confirmed by "JB Nizet" and "Matthieu Riegler" and I was encouraged to create a bug report here.