On this page
ViewTransitionInfo
interface
experimental experimental
The information passed to the onViewTransitionCreated
function provided in the withViewTransitions
feature options.
interface ViewTransitionInfo {
transition: {...}
from: ActivatedRouteSnapshot
to: ActivatedRouteSnapshot
}
Properties
Property | Description |
---|---|
transition: { finished: Promise<void>; ready: Promise<void>; updateCallbackDone: Promise<void>; skipTransition(): void; } |
The See also: |
from: ActivatedRouteSnapshot |
The |
to: ActivatedRouteSnapshot |
The |
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/router/ViewTransitionInfo