【发布时间】:2018-11-15 08:06:42
【问题描述】:
我想在页面加载或不触发按钮的情况下显示弹出框并且永远不会关闭 我在 Angular 中使用 ngbPopover。
<button placement="left" (click)="openQuestionnaire()" [ngbPopover]="popContent" >0/4</button>
在此处使用参考:https://ng-bootstrap.github.io/#/components/popover/examples
【问题讨论】:
-
详细说明您的问题。
标签: angular ng-bootstrap