(includeHash: boolean = false)
| 100 | // TODO: vsavkin. Remove the boolean flag and always include hash once the deprecated router is |
| 101 | // removed. |
| 102 | path(includeHash: boolean = false): string { |
| 103 | return this.normalize(this._locationStrategy.path(includeHash)); |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Reports the current state of the location history. |
no test coverage detected