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

时间:2019-06-18 10:22:56

标签: angular bootstrap-modal ng-bootstrap modalpopup

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

我尝试使用以下代码将其打开。

openVerticallyCentered(content) {

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

}

1 个答案:

答案 0 :(得分:2)

您应该使用ViewChild装饰器在init上访问内容。

演示在这里。 https://stackblitz.com/edit/angular-rd8tny?embed=1&file=app/modal-basic.ts