角度:5.0.2 引导程序:4.0.0 ngx-引导程序:2.0.2
模态在 Chrome 中运行良好,但在 Internet Explorer 11 中挂起。
这是从 component.ts 对 modalService 的调用:
this.modalRef = this.modalService.show(
template,
Object.assign({}, { backdrop: true }, { class: 'modal-dialog-custom-profile' })
);
使用 html 模板:
<button type="button" class=" fa fa-th-large pickerIcon no-padding-bottom" value="Open Selector" (click)="openModal(template)">
<ng-template #template>
谢谢!