在“材质”对话框组件上未调用“角度材质”主题

时间:2020-08-26 18:59:56

标签: javascript angular angular-material

this.loadData();

this.navigationService.savePage$.pipe(take(1)).subscribe(() => {
  this.saveData();
});

this.updateShownFields();
this.navigationService.formFieldsReady$.pipe(take(1)).subscribe(() => {
  this.updateShownFields();
});
this.navigationService.setCurrentPage('general-certification')

this.navigationservice.formFieldsReady $没有被调用,它位于模式组件的ngonInit上。

0 个答案:

没有答案