* Reports the current state of the location history. * @returns The current value of the `history.state` object.
()
| 108 | * @returns The current value of the `history.state` object. |
| 109 | */ |
| 110 | getState(): unknown { |
| 111 | return this._locationStrategy.getState(); |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * Normalizes the given path and compares to the current normalized path. |
no outgoing calls