feat(many): increase support for signals in existing material components
Feature Description
Progressively refactor Angular Material components to natively support Angular Signals.
Use Case
Align Angular Material with the latest features of the framework.
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 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?
@MeAkib Does that mean that using Material will keep an app from going Zoneless? For example, I have templates that react to
MatTabisActiveorMatCheckBoxchecked. How would should I deal with those in a Zoneless app?
@crisbeto Could you please share with us some information regarding this?