angular-material-components
angular-material-components copied to clipboard
Angular Material Library provide extra components for every project
hello dear developer team, I have added "@angular-material-components/datetime-picker": "^7.0.1", since I'm using angular 13 but when I try to add ngx-mat-datepicker-actions inside datetime-picker Cancel Apply in console I get core.mjs:14781...
**Description of a bug:** I've encountered an issue with the datetime-picker library (version 15). This bug specifically occurs on iOS 17 (both Safari and Chrome) When attempting to manually change...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.5 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
provide luxon (dateTime) adaoter for datetime picker
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `postcss` from 8.4.19 to 8.4.31 Release notes Sourced from postcss's releases. 8.4.31 Fixed...
File input component - Moving click listener to container
Is it possible to have several colorPickers within one form like this: ``` public form = new FormGroup({ gradations: new FormArray([ new FormGroup({ name: new FormControl('Gradation 1'), color: new FormControl(new...
You can use your own example (Datetime picker with actions buttons) to reproduce the bug: https://h2qutc.github.io/angular-material-components/#/datetimepicker On some resolution, the dialog is incorrectly resized which makes the buttons float under...
First, let me say that the color picker component looks and functions great. Bravo! However, there is a slight issue when it comes to theming. It is most noticeable when...
Firstly, thanks for the library :) When displaying the date time picker in my HTML, it automatically changes the state of my form to dirty. I have two scenarios: 1....