gpt4 book ai didi

angular - 使用ng-zorro时如何隐藏组件?

转载 作者:太空狗 更新时间:2023-10-29 17:53:01 25 4
gpt4 key购买 nike

我使用 Angular 7 和 ng-zorro,我想在单击登录按钮时隐藏边栏。

我试过这个 [(nzVisible)]="isVisible"。但它不起作用。

Uncaught Error: Template parse errors: Can't bind to 'nzVisible' since it isn't a known property of 'div'.enter code here

最佳答案

只需添加*ngIf="condition"

工作示例 ng-zorro-antd-start

    <button nz-button *ngIf="false" nzType="primary" >Primary</button>
<---hides component
<button nz-button nzType="primary" >Primary</button>

关于angular - 使用ng-zorro时如何隐藏组件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56983796/

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