gpt4 book ai didi

angular - 将 HTML 添加到 ngx-bootstrap 中的弹出窗口标题

转载 作者:行者123 更新时间:2023-12-02 13:53:12 24 4
gpt4 key购买 nike

我正在尝试向 ngx-bootstrap 中的弹出窗口标题添加换行符。

这可能吗?

下面的换行符标记以文本形式显示,并且由于某种原因 ng-template 似乎位于弹出框主体内(不清楚如何添加标题)。

<ng-template #popTemplate>Just another: {{content}}</ng-template>
<button type="button" class="btn btn-warning"
[popover]="popTemplate" popoverTitle="Template ref <BR> content inside">
TemplateRef binding
</button>

https://stackblitz.com/edit/angular-ohncpd

最佳答案

不可以,您不能在标题中添加 HTML。

但这并不意味着我们不能即兴发挥

https://stackblitz.com/edit/angular-ohncpd-lbhdgg?file=app/custom-content.html

  <h3 class="popover-title popover-header" style="margin: -.5rem -.75rem 0 -.75rem;">Template ref <BR> content inside</h3>
Just another: {{content}}

</ng-template>



<button type="button" class="btn btn-warning"
[popover]="popTemplate" >
TemplateRef binding
</button>

关于angular - 将 HTML 添加到 ngx-bootstrap 中的弹出窗口标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57999930/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com