diff --git a/packages/router/src/router_module.ts b/packages/router/src/router_module.ts index d9c8a0ead2..71a9afa34b 100644 --- a/packages/router/src/router_module.ts +++ b/packages/router/src/router_module.ts @@ -151,6 +151,8 @@ export class RouterModule { * * `preloadingStrategy` configures a preloading strategy (see `PreloadAllModules`). * * `onSameUrlNavigation` configures how the router handles navigation to the current URL. See * `ExtraOptions` for more details. + * * `paramsInheritanceStrategy` defines how the router merges params, data and resolved data + * from parent to child routes. */ static forRoot(routes: Routes, config?: ExtraOptions): ModuleWithProviders { return {