(state: any, title: string, newUrl: string)
| 107 | } |
| 108 | |
| 109 | pushState(state: any, title: string, newUrl: string): void { |
| 110 | this.replaceState(state, title, newUrl); |
| 111 | } |
| 112 | |
| 113 | forward(): void { |
| 114 | throw new Error('Not implemented'); |
no test coverage detected