Angular中使用 bootstrap的模态框报错:
Error: Uncaught (in promise): 0
点击阴影层时候的方法得写上。 红色部分
this.modalService.open(this.loadNowModal).result.then((result) => {
this.loadNowErrorMsg = '';
},(reason) => { });
Angular中使用 bootstrap的模态框报错:
Error: Uncaught (in promise): 0
点击阴影层时候的方法得写上。 红色部分
this.modalService.open(this.loadNowModal).result.then((result) => {
this.loadNowErrorMsg = '';
},(reason) => { });