Defines route lifecycle method routerOnDeactivate
, which is called by the router before
destroying
a component as part of a route change.
The routerOnDeactivate
hook is called with two ComponentInstructions as parameters, the
first
representing the current route being navigated to, and the second parameter representing the
previous route.
If routerOnDeactivate
returns a promise, the route change will wait until the promise settles.
Example
{@example router/ts/on_deactivate/on_deactivate_example.ts region='routerOnDeactivate'}
Constructors
Properties
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
routerOnDeactivate(
ComponentInstruction nextInstruction, ComponentInstruction prevInstruction) → dynamic -
toString(
) → String -
Returns a string representation of this object.
inherited