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

I did a bit of changes to the style of the calendar. But ended up with the button like this. Which looks wired. I tried to change the button using...

Wenn using a DateTimePicker and binding a moment date via ngmodel, the Hour spinner is only updated if the date(day, month or year) changes. Minimum example: html: ``` Time Add...

Whenever I try to open the color picker I get the following error: TypeError: c.toHexString is not a function at set color [as color] (angular-material-components-color-picker.mjs:496:36) ``` ``` Version: 9.0.0 with...

As the title says, when I try to use the maxSizeValidator (projects/file-input/src/lib/validators/max-size.validator.ts), angular doesn't compile and tells me the ts file isn't exported in the package. Looking through the code,...

Hi I have a question, can I add some way my custom html elements(buttons) to your picker as in original material date picker?

After opening the angular material calendar, the next time the date picker is opened the styles are all messed up. https://imgur.com/a/nGDz4JD

I have a input field with some hour value: ``` ``` But my value always is with UTC: `"open_hour": "2023-02-14T09:08:27.034Z"`, and I need to set **American/Sao_Paulo** timezone. How can I...

When trying to update the Angular version to 14, I get this error when I run `npm run build`: ``` × Compiling with Angular sources in Ivy full compilation mode....

In color picker's API i see 2 @Input properties, but the example use more than one: [color] -> Is this the active color on color picker? Furthermore, in the example...

enhancement