gpt4 book ai didi

angular2 将 ngModel 传递给子组件

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

我有 ParentComponent 和一个 ChildComponent,我需要将 ParentComponent 中的 ngModel 传递给 ChildComponent。

// the below is in ParentComponent template
<child-component [(ngModel)]="valueInParentComponent"></child-component>

如何获取 ChildComponent 中 ngModel 的值并对其进行操作?

最佳答案

您需要在子类中实现ControlValueAccessor。它将您的组件定义为“具有值”,可以使用 Angular 方式进行绑定(bind)。

在这里阅读更多相关信息:http://blog.thoughtram.io/angular/2016/07/27/custom-form-controls-in-angular-2.html

关于angular2 将 ngModel 传递给子组件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41350584/

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