Only solution that worked for me was:
if (!this.changeDetectionRef['destroyed']) {
this.changeDetectionRef.detectChanges();
}
Only solution that worked for me was:
if (!this.changeDetectionRef['destroyed']) {
this.changeDetectionRef.detectChanges();
}