Routes

From Get docs
< @angular/routerAngular/docs/11/api/router/routes-0


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