Stable Type-alias
What it does
Represents a router event.
Please see NavigationStart, NavigationEnd, NavigationCancel, NavigationError, RoutesRecognized for more information.
Interface Overview
interface Event {
}
Interface Description
exported from @angular/router/index, defined in @angular/router/src/router.ts
Please login to continue.