gpt4 book ai didi

angular - 与安全导航运营商的双向绑定(bind)

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

在 Angular 2 中通过安全导航运算符使用双向绑定(bind)(语法糖)的最佳方法是什么。我尝试了以下方法。

<input [(ngModel)]="x?.y?.z"> 

但这不被支持。

有没有办法使用某物。像这样?

最佳答案

你可以拆分向上和向下绑定(bind)

<input [ngModel]="x?.y?.z" (ngModelChange)="x?.y?.z ? x.y.z = $event : null"> 

关于angular - 与安全导航运营商的双向绑定(bind),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36016407/

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