angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.39k stars 6.76k forks source link

fix(material/timepicker): make disabled input public #30063

Closed crisbeto closed 1 week ago

crisbeto commented 1 week ago

Initially the disabled input was marked as protected, because the actual disabled state is a computed. This seems to break with some compiler options so these changes switches it to be public.

Fixes #30061.