gpt4 book ai didi

Angular 2 - 使用@HostBinding 在宿主元素上应用 ngIf

转载 作者:太空狗 更新时间:2023-10-29 17:18:02 27 4
gpt4 key购买 nike

我正在尝试使用 @HostBinding 装饰器在宿主元素上设置 ngIf。

class ListItem {
@HostBinding('ngIf') active: boolean = false;
}

我收到错误:无法绑定(bind)到“ngIf”,因为它不是“list-item”的已知属性。

但是我看到一个答案here这似乎暗示了这种用法。

最佳答案

ngIf是指令,不能动态添加指令。它们仅在静态添加到组件模板的标记与选择器匹配时应用。

@HostBinding()只支持 class. , attr. , 和 style.绑定(bind)。

关于Angular 2 - 使用@HostBinding 在宿主元素上应用 ngIf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40206513/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com