Routes

From Get docs
< @angular/routerAngular/docs/8/api/router/routes


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

  • Route
  • Router


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/router/Routes