• Overview
@angular/router

UrlSegmentGroup

Class

Represents the parsed URL segment group.

  
    class UrlSegmentGroup {}
  
  

parent

The parent node in the url tree

segments

The URL segments of this group. See UrlSegment for more information

children

{ [key: string]: UrlSegmentGroup; }

The list of children of this group

hasChildren

boolean

Whether the segment has child segments

@returnsboolean

numberOfChildren

number

Number of child segments

toString

string
@returnsstring
Jump to details