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

When i am using the ngx-matdate-time-picker. Time (minutes and seconds) and AM, PM are not translating according to the locale that we are using.

Just open this demo, then open the calendar and try to change the date by keyboard arrow keys. https://stackblitz.com/edit/demo-ngx-mat-datetime-picker-angular10?file=src%2Fapp%2Fapp.component.ts BTW it works on 9x and 17x 9x: https://stackblitz.com/edit/demo-ngx-mat-datetime-picker-angular9?file=src%2Fapp%2Fapp.component.ts (the only...

I am creating a project in angular in which the date-time picker is generated dynamically with different date formats. But I am not able to get the date as formatted...

I have 2 UTC stamps coming from backend. I'd like to set up some values as default. I am using reactive forms. When I open the dialog that hold the...

initially Ngx-datetimepicker calendar popup not loading properly.. style issue is there.. after open one native material datepicker, Ngx-datetimepicker calendar popup will work correctly.. seems like style loading issue initially After...

I would like to have an application that uses the following dependencies: - Angular 15 - Angular material 14 - `@angular-material-components/datetime-picker` (some version that supports Angular 15 and Angular material...

When i open the date-time picker the check button doesn't load and the time is not displayed ![Screenshot from 2023-09-30 15-28-52](https://github.com/h2qutc/angular-material-components/assets/61558523/587c0285-23ab-42a5-91f1-4727916c9216) after i click on the date-time picker the timer...

"@angular-material-components/datetime-picker": "^8.0.0", "@angular/core": "^15.2.9", I'm trying to make a "date only" picker input on my form. I set hideTime="true" and it hides it from the picker, but the time still...

**custom action button not working . i am using this but buttons are not showing can anyone help me out.** Cancel Apply

When I set this provider ``` providers: [ { provide: MAT_DATE_LOCALE, useValue: }, ], ``` everything regarding localisation works fine (abbreviations of days, months etc.), except first day of week....