angular-cn/public/docs/js/latest/api/router/Url-class.jade

105 lines
1.0 KiB
Plaintext

p.location-badge.
exported from <a href='../router'>angular2/router</a>
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.34/modules/angular2/src/router/url_parser.ts#L8-L37">angular2/src/router/url_parser.ts (line 8)</a>
:markdown
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
constructor(path: string, child?: Url, auxiliary?: List&lt;Url&gt;, params?: StringMap&lt;string, any&gt;)
:markdown
.l-sub-section
h3 path
:markdown
.l-sub-section
h3 child
:markdown
.l-sub-section
h3 auxiliary
:markdown
.l-sub-section
h3 params
:markdown
.l-sub-section
h3 toString
pre.prettyprint
code.
toString()
:markdown
.l-sub-section
h3 segmentToString
pre.prettyprint
code.
segmentToString()
:markdown