💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 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`