Я хотел создать this.messageDialogService.show ('Success', true) прямо перед перезагрузкой таблицы, чтобы выдать сообщение.
.subscribe(
// reload table
() => this.realoadTable() ,
// handle error
() => this.messageDialogService.show('Failed', true)
);