这是所提问题的示例代码。<p *ngIf="heroes.length >= 4">There are many heroes!</p> 如果我删除 * 它会给我错误
<p *ngIf="heroes.length >= 4">There are many heroes!</p>
angular2-template
angular2-template ×1