Angular [错误] NG9:组件 AppComponent 的模板中发生属性错误

问题描述 投票:0回答:1
angular angularjs typescript ngfor
1个回答
0
投票

请查看有关新语法的文档。

这就是您的示例的样子...

@for (let i of [0,1,2,3]) {
  <app-story [img]="postImgs[i]" [text]="postText[i]"></app-story>
}
© www.soinside.com 2019 - 2024. All rights reserved.