企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## AbstractFormGroupDirective 这是`NgModelGroup`和`FormGroupName`的基类。 ### Class ```typescript class AbstractFormGroupDirective { ngOnInit() : void ngOnDestroy() : void control : FormGroup path : string[] formDirective : Form validator : ValidatorFn asyncValidator : AsyncValidatorFn } ``` ### 属性 - ngOnInit() : `void` - ngOnDestroy : `void` - control : `FormGroup` 获取当前绑定控件所在的`FormGroup` - path : `string[]` 获取当前控件对象所在的路径 - formDirective : `Form` 获取控件对象所在的`Form` - validator : `ValidatorFn` - asyncValidator : `AsyncValdiatorFn`