(control: AbstractControl)
| 553 | } |
| 554 | |
| 555 | private _registerControl(control: AbstractControl) { |
| 556 | control.setParent(this); |
| 557 | control._registerOnCollectionChange(this._onCollectionChange); |
| 558 | } |
| 559 | |
| 560 | /** @internal */ |
| 561 | override _find(name: string | number): AbstractControl | null { |
no outgoing calls
no test coverage detected