• Overview
@angular/router

RouterState

Class

Represents the state of the router as a tree of activated routes.

  
    class RouterState extends Tree<ActivatedRoute> {}
  
  

The current snapshot of the router state

toString

string
@returnsstring

root

T
Jump to details