()
| 56 | } |
| 57 | |
| 58 | disconnect() { |
| 59 | try { |
| 60 | this.controller.disconnect() |
| 61 | this.logDebugActivity("disconnect") |
| 62 | } catch (error: any) { |
| 63 | this.handleError(error, "disconnecting controller") |
| 64 | } |
| 65 | |
| 66 | this.outletObserver.stop() |
| 67 | this.targetObserver.stop() |
| 68 | this.valueObserver.stop() |
| 69 | this.bindingObserver.stop() |
| 70 | } |
| 71 | |
| 72 | get application(): Application { |
| 73 | return this.module.application |
no test coverage detected