@angular/router

ViewTransitionInfo

interface

The information passed to the onViewTransitionCreated function provided in the withViewTransitions feature options.

  
    interface ViewTransitionInfo {  to: ActivatedRouteSnapshot;}}
  
  
Jump to details