Open MyEidos opened 7 years ago
I am getting the same issue.
My workaround was to check for the dialogHolderComponent
on the DialogService
instance
if (this.dialogService['dialogHolderComponent']) { // to avoid compiler errors
this.dialogService.removeAll();
}
I need to close all opened popups. this.dialogService.removeAll() not works and fire an error:
Uncaught (in promise): TypeError: Cannot read property 'clear' of undefined
Angular 4.3