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

57 lines
742 B
Plaintext
Raw Normal View History

2015-06-01 22:51:00 -07:00
p.location-badge.
exported from <a href='../router'>angular2/router</a>
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
h3 steps
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 process
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
process(instruction: Instruction)
2015-06-01 22:51:00 -07:00
:markdown