Routes
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[];
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[];