I installed daterangepicker and I wanna reset all choosed options on my datepicker but I couldn't find similar functions for do it, what do you think about it if you have a some examples please let me know, I tried these ones
(change)="changeDate($event)"
but it isn't helped me on this function i couldn't change the value
formcontrol.reset()
this option helped me this is reseted all values but when I again clicked to the datepicker options already was selected
<input id="range-picker" type="text" class="form-control inspection_date"
name="dateRange" placeholder="Date"
[formControl]="dateRange" style="cursor: pointer"
daterangepicker [options]="rangeOptions" (cancelDaterangepicker)="clearDate($event)" (selected)="selectedDate($event)"/>