Route

Stable

Interface

Interface Overview

interface Route {
path : string
pathMatch : string
matcher : UrlMatcher
component : Type<any>
redirectTo : string
outlet : string
canActivate : any[]
canActivateChild : any[]
canDeactivate : any[]
canLoad : any[]
data : Data
resolve : ResolveData
children : Routes
loadChildren : LoadChildren
runGuardsAndResolvers : RunGuardsAndResolvers

}

Interface Description

Interface Details

exported from router/index, defined in router/src/config.ts