访问嵌套 Formarray 的控件
Posted
技术标签:
【中文标题】访问嵌套 Formarray 的控件【英文标题】:Accesing to Controls of Nested Form Array 【发布时间】:2021-10-16 15:06:59 【问题描述】:我想引用下图中黄色的控件,谁能帮助我如何获取该引用,以便我可以推送实时数据。
【问题讨论】:
到目前为止你尝试了什么? 我能够使用下面的代码(你可以通过这个来获得这个值
this.formArray.get('templateTCText').get('0')
formArray 是您在问题中显示的变量
【讨论】:
我需要的Json结构如下 -------------- contracttemplateproperties [ name:'cat', title:'pet type', templatetctext [ 'requiresspecialbid':'true', 'largetext':'关于猫的描述' , 'requiresspecialbid':'false', 'largetext':'关于狗的描述] ] ---------- ----------------- //fb 表单生成器 contracttemplateform=thi.fb.group ( contracttemplateproperties=this.fb.array([]) ) ------ --------------------如何形成json结构?????? this.formArray.get('templateTCText').get('0') this 不起作用,因为它存在于另一个 formarray 下以上是关于访问嵌套 Formarray 的控件的主要内容,如果未能解决你的问题,请参考以下文章