()
| 346 | } |
| 347 | |
| 348 | private _setUpdateStrategy(): void { |
| 349 | if (this.options && this.options.updateOn != null) { |
| 350 | this.control._updateOn = this.options.updateOn; |
| 351 | } |
| 352 | } |
| 353 | |
| 354 | private _isStandalone(): boolean { |
| 355 | return !this._parent || !!(this.options && this.options.standalone); |