We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d29a9 commit c3ab20cCopy full SHA for c3ab20c
modules/angular2/src/router/router_outlet.ts
@@ -90,8 +90,8 @@ export class RouterOutlet {
90
}
91
92
/**
93
- * Called by the {@link Router} when an outlet reuses a component across navigations.
94
- * This method in turn is responsible for calling the `onReuse` hook of its child.
+ * Called by the {@link Router} when an outlet disposes of a component's contents.
+ * This method in turn is responsible for calling the `onDeactivate` hook of its child.
95
*/
96
deactivate(nextInstruction: ComponentInstruction): Promise<any> {
97
var next = _resolveToTrue;
0 commit comments