gpt4 book ai didi

从 child 到 parent 的 Angular 传递数据

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

我正在学习/从事 Angular 项目,我已经做了很多,我尝试以“正确的方式”做事,所以现在我想做的是:

我想从子组件获取变量(输出)到父组件,但是我不想使用输出,我不想听它,我想在父需要它的时候得到它,东西像 child.getVariable() 我看到一篇帖子说我应该使用 childview 但问题和我的不一样,所以我想知道使用 childview 是不是一个好习惯是否从子组件获取数据?

最佳答案

您是否只需要从父组件的模板中访问子组件的变量?如果是这样,您可以使用:

<child-component #childComponentRef></child-component>

然后您可以从您的父模板中访问#childComponentRef.someVariable。否则我认为 Angular 团队推荐共享服务。无论如何,它们更加通用。参见 https://angular.io/docs/ts/latest/cookbook/component-communication.html#!#parent-and-children-communicate-via-a-service

关于从 child 到 parent 的 Angular 传递数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41200551/

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