美文网首页前端开发那些事儿
Error: src/app/app.component.htm

Error: src/app/app.component.htm

作者: Grit_1024 | 来源:发表于2021-06-30 19:41 被阅读0次

问题描述:
使用angular *ngFor时出现的问题


image.png
image.png image.png

解决:


image.png

分析:
可能没有在 component.ts 中定义 app 属性。只有可用的 title 和 fileName 属性。
最终解决:
把数组定义在AppComponent里面


image.png
效果:
image.png

相关文章

网友评论

    本文标题:Error: src/app/app.component.htm

    本文链接:https://www.haomeiwen.com/subject/pyzrultx.html