小编Ati*_*zad的帖子

如何在 angular 7 的页面加载中打开 ng-bootstrap 模态弹出窗口?

我无法在 angular 7 页面加载时显示 ng-bootstrap 模式弹出窗口。

我试过下面的代码来打开它。

openVerticallyCentered(content) {

this.modalService.open(content, { centered: true });.
this.modalService.open(content, { beforeDismiss: false });

}
Run Code Online (Sandbox Code Playgroud)

modalpopup bootstrap-modal ng-bootstrap angular

1
推荐指数
1
解决办法
2178
查看次数