()
| 379 | } |
| 380 | |
| 381 | private _isStandalone(): boolean { |
| 382 | return !this._parent || !!(this.options && this.options.standalone); |
| 383 | } |
| 384 | |
| 385 | private _setUpStandalone(): void { |
| 386 | if (!this.isCustomControlBased) { |
no outgoing calls
no test coverage detected