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

custom dayjsAdapter import {Optional, Inject, InjectionToken, Injectable} from '@angular/core'; import {MAT_DATE_LOCALE} from '@angular/material/core'; import dayjs, {Dayjs} from 'dayjs'; import utc from 'dayjs/plugin/utc'; import localeData from 'dayjs/plugin/localeData'; import LocalizedFormat from 'dayjs/plugin/localizedFormat';...

Hello, I have defined this component: ``` ``` and I have this error: ``` ERROR Error: Uncaught (in promise): TypeError: date.getHours is not a function TypeError: date.getHours is not a...

The datepicker's time input field seems to be triggering Chrome's password autocompletion. When placing the cursor in the time field as shown in the screenshot below, the user is prompted...

``` Fetching dependency metadata from registry... Package "@angular-material-components/datetime-picker" has an incompatible peer dependency to "@angular/cdk" (requires "^13.0.1", would install "14.2.2"). Package "@angular-material-components/datetime-picker" has an incompatible peer dependency to "@angular/material" (requires...

Closes #163 Should allow immutable objects like dayjs or iso strings to be used as D. Basically all I did is switch some method signatures to return the new value...

Hi ! I tried to use your datetime picker component (version 7.0.1) with Angular 13.0.2 and Angular Material 13.0.2 But when I build my project library, I've got this error...

Hi guys, Since the project is really legacy, I must use the 4.0.7 version of this. Sincerely I do not know what is the issue here... Using Angular 10.2.3. I...

``` add_a_photo {{this.fileFormControl.value|json}} ``` This just shows an empty object after a file has been selected How is it possible to access the binary of the file so I can...

Hi, how I can view the date (hours - minutes) of ngx-mat-datetime-picker, in utc timezone? I'have import and use ` @angular-material-components/moment-adapter {provide: NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: { useUtc: true }}, ` but...

Hello, The current implementation of ngx-mat-datetime-picker doesn't support filtering dates. The idea is to be able to disable specific dates within a valid date range. For example, a valid date...