()
| 352 | } |
| 353 | |
| 354 | private _isStandalone(): boolean { |
| 355 | return !this._parent || !!(this.options && this.options.standalone); |
| 356 | } |
| 357 | |
| 358 | private _setUpStandalone(): void { |
| 359 | if (!this.isCustomControlBased) { |
no outgoing calls
no test coverage detected