angular-material-components icon indicating copy to clipboard operation
angular-material-components copied to clipboard

Angular Material Library provide extra components for every project

Results 177 angular-material-components issues
Sort by recently updated
recently updated
newest added

Now my project is updated from angular V16 to V17, keep @angular-material-components/datetime-picker V16.0.1, Is there problems?

The update of min/max values does not consider the change of hours, minutes or seconds. This is wrong, because even when min or max is updated but the date is...

Hi. I have this code: done It works fine when I click the button, but I would like to also use the "enter" key. Any help with this?

## bug description In documentation describes an input `defaultTime` . We tried using this and found out that its not working. The reason is that it is not implemented. ##...

In Angular 16, if the current date and time are not being preselected when opening the DateTime Picker

Hello, I'm trying to display correct french date format with leading zero for day and month when < 10 using moment adapter but it's not working, here is my code...

How you capture day change in mat-calendar. When I change day but not click apply I want to capture value of that day. How