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[];
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/router/Routes-0