fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
250 stars 255 forks source link

Datepicker doesnt open from controller #240

Open Suroor-Ahmmad opened 4 years ago

Suroor-Ahmmad commented 4 years ago

Hi, I'm trying to open date picker when particular condition satisfied in controller, but pickerDirective.open(); doesn't gets fired. Any idea on this?

fetrarij commented 4 years ago

Hi, I got it working https://stackblitz.com/edit/ngx-daterangepicker-material-for-angular8

Could you fork this stackblitz and create one with your issue?