Is there a recommended approach to implement a datetime picker with Angular 16 and bootstrap? I would like to implement a form where the user clicks a button which opens a datetime picker. I have read up on ng-bootstrap, ngx-bootstrap and angular-material, but there doesn’t seem to be a recommended approach that does both date and time in the one dialog.
Any suggestions?