angular-material-components
angular-material-components copied to clipboard
Cannot use datetime-picker with Angular 15 and Angular Material 14
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 14)
However, there is not a version of @angular-material-components/datetime-picker that supports Angular 15 and Angular material 14, even though this is a supported combination according to the @angular/material 14.2 package file.
Can a version of @angular-material-components/datetime-picker be published that is compatible with Angular 15 and Angular material 14?