* Reports the current state of the location history. * @returns The current value of the `history.state` object.
()
| 114 | * @returns The current value of the `history.state` object. |
| 115 | */ |
| 116 | getState(): unknown { |
| 117 | return this._locationStrategy.getState(); |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Normalizes the given path and compares to the current normalized path. |
no outgoing calls