我无法以角度7在页面加载时显示ng-bootstrap模式弹出窗口。
我尝试使用以下代码将其打开。
openVerticallyCentered(content) {
this.modalService.open(content, { centered: true });.
this.modalService.open(content, { beforeDismiss: false });
}
答案 0 :(得分:2)
您应该使用ViewChild装饰器在init上访问内容。
演示在这里。 https://stackblitz.com/edit/angular-rd8tny?embed=1&file=app/modal-basic.ts