pachoGit

Results 1 comments of pachoGit

@heloufir works fine for "Datepicker" but does NOT work for "DateRangePicker" ```ts declare var Datepicker: any; declare var DateRangePicker: any; ``` ```ts export class DateRangeSelectComponent implements AfterViewInit { @ViewChild('dateField') date!:...