我正在使用PrimeNG控件。尝试分配
时let tag= "<p-calendar [(ngModel)]='date1'></p-calendar>"
this.htmlData = this.sanitizer.bypassSecurityTrustHtml(tag)
在模板文件中的用法如下
<div [innerHTML]="htmlData">
但是我得到输出“ SafeValue必须使用[property] = binding:(请参阅http://g.co/ng/security#xss)”未显示控件