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

114 lines
1.2 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/instruction.ts#L17-L51">angular2/src/router/instruction.ts (line 17)</a>
:markdown
An `Instruction` represents the component hierarchy of the application based on a given route
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
constructor(component: any, capturedUrl: string, _recognizer: PathRecognizer, child?: Instruction, _params?: StringMap&lt;string, any&gt;)
:markdown
.l-sub-section
h3 accumulatedUrl
:markdown
.l-sub-section
h3 reuse
:markdown
.l-sub-section
h3 specificity
:markdown
.l-sub-section
h3 component
:markdown
.l-sub-section
h3 capturedUrl
:markdown
.l-sub-section
h3 child
:markdown
.l-sub-section
h3 params
pre.prettyprint
code.
params()
:markdown