Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我reactive-form-validators 用来验证我的 Angular 应用程序中的表单。我在显示嵌套表单的错误时遇到问题。我尝试了一些例子,但没有运气。
reactive-form-validators
这是Stackblitz链接。
使用formGroupName嵌套组
formGroupName
<div formGroupName="address">
演示