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–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/router/Routes