closirr

Results 1 comments of closirr

For me worked only this (run your notification in zone.run()): > handleError(error) { const dialog = this._injector.get(MatDialog); const zone: NgZone = this._injector.get(NgZone); zone.run(() => dialog.open(ModalInformationComponent).componentInstance.message = error.error); }