The current URL.
()
| 348 | |
| 349 | /** The current URL. */ |
| 350 | get url(): string { |
| 351 | return this.serializeUrl(this.currentUrlTree); |
| 352 | } |
| 353 | |
| 354 | /** |
| 355 | * Returns the current `Navigation` object when the router is navigating, |
nothing calls this directly
no test coverage detected