Routes • Angular (original) (raw)

@angular/router

Type Alias

stable

Represents a route configuration for the Router service. An array of Route objects, used in Router.config and for nested route configurations in Route.children.

RouteRouterRouter configuration guide

API

`
  type [Routes](/api/router/Routes) = [Route](/api/router/Route)[]
`