()
| 367 | } |
| 368 | |
| 369 | private _setUpControl(): void { |
| 370 | this._setUpdateStrategy(); |
| 371 | this._isStandalone() ? this._setUpStandalone() : this.formDirective.addControl(this); |
| 372 | this._registered = true; |
| 373 | } |
| 374 | |
| 375 | private _setUpdateStrategy(): void { |
| 376 | if (this.options && this.options.updateOn != null) { |
no test coverage detected