我对动态组件的渲染有疑问。我有一个Parent component
和一个Child component
。在child component template
中有文本字段,用户可以输入值。在那里,我还有一个提交按钮,提交按钮的功能在Parent Component
中声明。
我现在的问题是当我点击提交按钮时,我无法获得用户在Child Component Template
中输入的值。我必须从child
到parent
获取最新数据。我真的不知道如何解决这个问题我已经看过@output
但仍在阅读有关它的教程。你对如何实现这个有任何想法吗?