62 lines
861 B
Plaintext
62 lines
861 B
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.36/modules/angular2/src/router/pipeline.ts#L4-L30">angular2/src/router/pipeline.ts (line 4)</a>
|
|
|
|
:markdown
|
|
Maps application URLs into application states, to support deep-linking and navigation.
|
|
|
|
.l-main-section
|
|
h2 Annotations
|
|
.l-sub-section
|
|
h3.annotation Injectable
|
|
pre.prettyprint
|
|
code.
|
|
@Injectable()
|
|
|
|
|
|
.l-main-section
|
|
h2 Members
|
|
.l-sub-section
|
|
h3 constructor
|
|
|
|
|
|
pre.prettyprint
|
|
code.
|
|
constructor()
|
|
|
|
:markdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.l-sub-section
|
|
h3 steps
|
|
|
|
|
|
:markdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.l-sub-section
|
|
h3 process
|
|
|
|
|
|
pre.prettyprint
|
|
code.
|
|
process(instruction: Instruction)
|
|
|
|
:markdown
|
|
|
|
|
|
|
|
|
|
|
|
|