-
Notifications
You must be signed in to change notification settings - Fork 27k
Closed
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtimecore: change detectioncore: reactivityWork related to fine-grained reactivity in the core frameworkWork related to fine-grained reactivity in the core frameworkcross-cutting: signals
Milestone
Description
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)
Angular version: 17.3.4
Anything else?
Issue has been confirmed by "JB Nizet" and "Matthieu Riegler" and I was encouraged to create a bug report here.
JeanMeche, jnizet, eneajaho, hiepxanh, Flo0806 and 2 more
Metadata
Metadata
Assignees
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtimecore: change detectioncore: reactivityWork related to fine-grained reactivity in the core frameworkWork related to fine-grained reactivity in the core frameworkcross-cutting: signals