()
| 155 | |
| 156 | protected _httpHandler: HttpHandler; |
| 157 | protected get httpHandler(): HttpHandler { |
| 158 | this._setupHandlerIfNeeded(); |
| 159 | return this._httpHandler; |
| 160 | } |
| 161 | |
| 162 | /** |
| 163 | * Context event subscriptions for route related changes |
nothing calls this directly
no test coverage detected