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

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

Version 4.0.7 Angular 10 Classes passed by [panelClass] are only added to calendar part . I would be nice if it would be added to whole popup

Encountering an issue where after the date and time are selected through the picker, seconds aren't showing. I am not using any custom formatting or what not. Do they need...

With dynamic forms, Angular encourages to not use the ` [disabled]` attribute but the `disable()` and `enable()` methods (or set it at control creation). The timepicker component set a `_disabled...

The package was working just fine and after a while stop working throwing the error in the title, I saw this error was reported in the past as well, and...

Using angular version 12.1.1 and "@angular-material-components/datetime-picker": "^6.0.3", "@angular-material-components/moment-adapter": "^6.0.0", I get the above error when adding a datetime-picker element. I get ERROR TypeError: this.datepicker.open is not a function when attempting...

Hi. I know you have inputs like stepMinute, stepHour, etc... but would it be available to have arrays (regarding hours & minutes) on your product as for example [stepMinutes]="stepMinutes" (public...

I want to prohibit selecting some hours during a day. Setting `[ngxMatDatetimePickerFilter]` doesn't help. It doesn't affect choosing hours In the template ``` Date ``` In the component ``` filter...