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

Is this on purpose? It would be good to have a datetimepicker that only has the time functionality. I see that there is a 'hideTime' boolean but no 'hideDate'.

Does anyone have any idea why my date time picker looks like this? I am using a custom formatter class which implements the NgxMatDateAdaptor but even if I dont use...

I'm currently on Angular 15.0.0 Angular Material/CDK 15.0.0 with @angular-material-components/color-picker version 9.0.0. I tried updating to Angular 15.0.1 and Angular Material/CDK 15.0.1 but same result

Only version "@angular/material": "16.1.1" works correctly for me . I had created this example : source code : https://github.com/annamichalik/AngularMaterial16 live example : [https://stackblitz.com/~/github.com/annamichalik/AngularMaterial16] When on first loaded/ refreshed page you...

Please make the HEX Color code Input as an optional field when the popup colour picker is open because we can type the colour HEX code outside the popup colour...

https://github.com/h2qutc/angular-material-components/blob/f147c1c9645167fb170bbca4aa9d91f757c2bb5a/projects/datetime-picker/src/lib/core/date-adapter.ts#L37 Can you change this interface, to return `D` instead of `void`, because some libraries (like Luxon) work with immutable objects https://moment.github.io/luxon/docs/manual/tour.html#immutability

I am using Angular 14 and the angular-material-date picker component version 8. As we already knew that date picker is facing few styling issues and I have used work around...

Angular 16.2.1. removes the complete styling of the datetimepicker component. In version 16.0.1. everything is working fine. See this [stackoverflow post](https://stackoverflow.com/questions/77114244/angular-material-components-datetime-picker-is-improperly-formatted-in-angular)

Hello, I am attempting to use the datetime-picker library, but after installing it, I am unable to start my project. I am encountering the following error: "error TS2707: Generic type...