I am using the bootstrap datetimepicker in angular 2
https://eonasdan.github.io/bootstrap-datetimepicker/
In my template i have:
Try ngModelChange instead of change.
ngModelChange
change
// to catch the event changeDate(event: any) { console.log(event); }