angular / 11.2.14 / api / router / routes-0.html /

Routes

type-alias

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.

type Routes = Route[];

See also

© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/router/Routes-0