Thanks to @Kebs:
With [selectedDate]="selectedDate"
and this.selectedDate = this.myEvents[0].start
it’s even working inside a *ngIf
and without the this.instance.navigate(this.myEvents[0].start)
Thanks to @Kebs:
With [selectedDate]="selectedDate"
and this.selectedDate = this.myEvents[0].start
it’s even working inside a *ngIf
and without the this.instance.navigate(this.myEvents[0].start)