UNPKG

ngx-route-manager

Version:
13 lines (9 loc) 154 B
export class NgxSegment { /** * Name of the segment */ readonly name: string = ''; constructor(name: string) { this.name = name; } }