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

How can I change behaviour of this component and start week from Monday instead of Sunday? Thanks Update: ![image](https://user-images.githubusercontent.com/28295528/92236324-83720380-eeb5-11ea-9dd8-666c45049438.png) Added something like this, and vs code doesn't see NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS]. Without...

![image](https://user-images.githubusercontent.com/35311178/169443723-ed694a0a-753f-4d32-bb56-95bf26d2ba98.png) It works but it outputs tons of console errors about `setHours is not a function` Probably you forgot to convert something to a Date object. component.html: ``` ``` component.ts...

When the user selects a date and closes the datetimepicker window without clicking on the "Ok" (check-mark) button, it should be possible to set the input value to the date...

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 7.2.14 to 11.0.5. Changelog Sourced from @​angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Below is my full error info:- Error: node_modules/@angular-material-components/datetime-picker/lib/datetime-picker.component.d.ts:22:79 - error TS2694: Namespace '"C:/0.Development/ADASPediaPortalNew/node_modules/@angular/material/core/index"' has no exported member '_Constructor'. 22 declare const _MatDatetimepickerContentBase: import("@angular/material/core")._Constructor & import("@angular/material/core")._AbstractConstructor & { ~~~~~~~~~~~~ Error: node_modules/@angular-material-components/datetime-picker/lib/datetime-picker.component.d.ts:22:137...

Hi, I have followed the steps from this site: https://github.com/h2qutc/angular-material-components (live demo and documentation) **1. Installed** `npm install --save @angular-material-components/datetime-picker` **2. Added required modules** ``` import { NgxMatDatetimePickerModule, NgxMatNativeDateModule, NgxMatTimepickerModule...

An idea how to be able to confirm the values with enter?

hi, dt picker is exactly what i need, but having it on the same page with normal datepicker is causing problems. it break both d and dt pickers, depending on...

Hi, The picker is being used in a bootstrap dialog box with Apply button to apply the date and time, and **by default ( if noting is applied ), it...