angular-material-components
angular-material-components copied to clipboard
Angular Material Library provide extra components for every project
I faced an error while using this with angular 12 during ng serve: the target entry-point "@angular-material-components/datetime-picker" has missing dependencies: -- -@anglar/material/datepicker @anglar/material/core ... I did not install the @angular...
I have a input box that binds the date to the date on the datepicker component. However, if I change the date in the input box to a different time...
Hi I work with datetime-picker version 6.0.3. I must be possible go to now date inside the picker. 1) There is some way to do this? 2) Can I add...
Hello, Do you have support for displaying the week numbers? I didn't find this. If not, do you plant to implement this in future? Thanks a lot.
Hello i would like to just select a color without displaying the hex value. Is that possible? ``` ``` Something like this but I have tried some options like css...
Dependencies ```json ... "@angular-material-components/datetime-picker": "~6.0.3", "@angular/animations": "~12.2.7", "@angular/cdk": "~12.2.7", "@angular/common": "~12.2.7", "@angular/compiler": "~12.2.7", "@angular/core": "~12.2.7", "@angular/flex-layout": "12.0.0-beta.35", "@angular/forms": "~12.2.7", "@angular/material": "~12.2.7", "@angular/platform-browser": "~12.2.7", "@angular/platform-browser-dynamic": "~12.2.7", "@angular/router": "~12.2.7", ... ``` Template...
How can I disable autocomplete for a time? 
Since moment js itself lists points why not to use it anymore we decided to go with luxon for this project I am working on. I searched but I feel...
Hi , I cannot show only Time(HH:MM) in DateTime picker ?.
To format the date and time from the date and time picker we need to create a `const` with the desired date and time format like this: const CUSTOM_MOMENT_FORMATS: NgxMatDateFormats...