2015-06-01 22:51:00 -07:00
p.location-badge.
exported from <a href='../router'>angular2/router</a>
2015-06-19 12:08:22 -07:00
defined in <a href="https://github.com/angular/angular/tree/3a0410a/modules/angular2/src/router/pipeline.ts#L3-L28">angular2/src/router/pipeline.ts (line 3)</a>
2015-06-01 22:51:00 -07:00
:markdown
Responsible for performing each step of navigation.
"Steps" are conceptually similar to "middleware"
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
constructor()
:markdown
.l-sub-section
2015-06-19 12:08:22 -07:00
h3 steps
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
2015-06-19 12:08:22 -07:00
h3 process
2015-06-01 22:51:00 -07:00
2015-06-19 12:08:22 -07:00
pre.prettyprint
code.
process(instruction: Instruction)
2015-06-01 22:51:00 -07:00
:markdown