angular-material-components/datetime-picker style not loading initially, but works after opening normal material date picker in Angular 16

736 views Asked by At

I'm using angular-material-components/datetime-picker version 16.. Following are the dependencies

"@angular-material-components/datetime-picker": "^16.0.1",
"@angular-material-components/moment-adapter": "^16.0.1",
"@angular/animations": "^16.2.0",
"@angular/cdk": "~16.2.4",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/material": "~16.2.4",
"@angular/platform-browser": "^16.2.0",

Initially Ngx-datetimepicker calendar popup not loading properly.. style issue is there.. after open one native material datepicker, Ngx-datetimepicker calendar popup will work correctly.. seems like style loading issue initially

image After opening one normal material date picker, styles loading properly

enter image description here

0

There are 0 answers