【问题标题】:I can't find the problem with this error on angular我在角度上找不到这个错误的问题
【发布时间】:2022-11-23 02:05:12
【问题描述】:

我在角度 enter image description here 上遇到了这个错误

这是我的服务:

enter image description here

这是我在 component.ts 上的功能

enter image description here

问题出在控制台上,那里有很多错误:ERROR TypeError: ctx.list is undefined ConsltoppoComponent_Template consltoppo.component.html:

此外,当数据为空时,页面被阻止,我有其他服务运行良好。

在 html 上,我这样称呼列表:enter image description here

列表的类型是任何

我希望我能解释这个问题,以获得这个问题的帮助

【问题讨论】:

标签: angular angular13


【解决方案1】:

您有一个异步调用,它将结果设置为字段 list。只要电话未决list就会不明确的,这将导致错误,因为您尝试从 list 读取 typ_pret。这意味着您尝试读取的属性不明确的.确保您的模板安全,将 *ngIf="list" 添加到您的输入元素。

【讨论】:

    猜你喜欢
    • 2015-11-14
    • 2019-12-14
    • 1970-01-01
    • 2021-12-28
    • 2020-05-04
    • 2020-09-10
    • 1970-01-01
    • 2023-03-13
    • 2023-02-20
    相关资源
    最近更新 更多