components icon indicating copy to clipboard operation
components copied to clipboard

feat(many): increase support for signals in existing material components

Open wagnermaciel opened this issue 2 months ago • 3 comments

Feature Description

Progressively refactor Angular Material components to natively support Angular Signals.

Use Case

Align Angular Material with the latest features of the framework.

wagnermaciel avatar Oct 21 '25 17:10 wagnermaciel

I asked about it, and the reply was that there are some limitations because of the component’s backward compatibility and breaking changes policy.

MeAkib avatar Oct 21 '25 18:10 MeAkib

@MeAkib Does that mean that using Material will keep an app from going Zoneless? For example, I have templates that react to MatTab isActive or MatCheckBox checked. How would should I deal with those in a Zoneless app?

NachmanBerkowitz avatar Nov 20 '25 18:11 NachmanBerkowitz

@MeAkib Does that mean that using Material will keep an app from going Zoneless? For example, I have templates that react to MatTab isActive or MatCheckBox checked. How would should I deal with those in a Zoneless app?

@crisbeto Could you please share with us some information regarding this?

MeAkib avatar Nov 20 '25 18:11 MeAkib