Route configuration
id: string
: The unique id of the route.outlet: string
: Theoutlet
name for the route. This is used by theOutlet
widget to determine what needs to be rendered.defaultParams: { [index: string]: string }
(optional): Associated default parameters ( andquery
), required if the default route has required params.