Daniel Netzer
Daniel Netzer
in general the polyfills are problematic with IE.11 and firefox.
## :rotating_light: The automated release from the `main` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your...
managed to workaround it by overriding the comparison method to suit the formControl with the rangePickerDirective in the following manner. ```typescript constructor(...) { this.dateRangesCtrl.patchValue(this.reportsQuery.getValue().dateRange); let isStart = true; this.dateService.compareDates =...