用例
我想调试 Angular 11 Web 应用程序的 html 代码中的变量。
我设法得到了ctx.ngForOf
变量,但我能做的就是。
我的程序中缺少某些内容,但我找不到缺少的内容。
感谢您花时间回答这个问题
工具
我在用
- Visual Studio 代码与代码
- 角 11
我尝试了什么?
- 我发现包含的变量
ctx
包含ngForOf
从 Web 服务检索到的数据(20 项)。
ctx.ngForOf
{
"adult": false,
"backdrop_path": "/pcDc2WJAYGJTTvRSEIpRZwM3Ola.jpg",
"genre_ids": [
28,
12,
14,
878
],
"id": 791373,
"original_language": "en",
"original_title": "Zack Snyder's Justice League",
"overview": "Determined to ensure Superman's ultimate sacrifice was not in vain, Bruce Wayne aligns forces with Diana Prince with plans to recruit a team of metahumans to protect the world from an approaching threat of catastrophic proportions.",
"popularity": 7665.745,
"poster_path": "/tnAuB8q5vv7Ax9UAEje5Xi4BXik.jpg",
"release_date": "2021-03-18",
"title": "Zack Snyder's Justice League",
"video": false,
"vote_average": 8.6,
"vote_count": 4415
},
...