Describe the bug
<ngx-mat-drp (selectedDateRangeChanged)="updateRange($event)" [options]="options" #dateRangePicker>
While adding this in my component html file in angular 6. updateRange($event) function is triggered at the time of initial page load. This should not be happen.
Expected behavior
On a page load updateRange($event) this function should not be called. It should only called at the time of updating the daterange.