• Overview
@angular/router

UrlTree

Class

Represents the parsed URL.

  
    class UrlTree {}
  
  

The root segment group of the URL tree

queryParams

The query params of the URL

fragment

string | null

The fragment of the URL

queryParamMap

toString

string
@returnsstring
Jump to details