()
| 340 | } |
| 341 | |
| 342 | private _setUpControl(): void { |
| 343 | this._setUpdateStrategy(); |
| 344 | this._isStandalone() ? this._setUpStandalone() : this.formDirective.addControl(this); |
| 345 | this._registered = true; |
| 346 | } |
| 347 | |
| 348 | private _setUpdateStrategy(): void { |
| 349 | if (this.options && this.options.updateOn != null) { |
no test coverage detected