function
Registers a DI provider for a set of routes.
provideRoutes(routes: Route[]): any
routes | Route[] | The route configuration to provide. |
any
@NgModule({ imports: [RouterModule.forChild(ROUTES)], providers: [provideRoutes(EXTRA_ROUTES)] }) class MyNgModule {}
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/router/provideRoutes