changhuixu / date-range-picker

Angular components for Date Range Picker and Date Picker using ng-bootstrap
https://changhuixu.github.io/date-range-picker/
14 stars 5 forks source link

how can I trigger onchange event ? #5

Closed ishara119 closed 5 years ago

ishara119 commented 5 years ago

i want to fire a methon, on date a range select, can anyone suggest me a way please?

changhuixu commented 5 years ago

In DateRangePickerComponent, there is an event (dateRangeChange) which emits the new DateRange. Is this what you want?

ishara119 commented 5 years ago

exactly

thanks

changhuixu commented 5 years ago

You are welcome.