From b72dbc843faf8a39b829b0d0c9e63079d627c2ab Mon Sep 17 00:00:00 2001 From: Sarun Intaralawan Date: Mon, 5 Mar 2018 20:34:55 +0700 Subject: [PATCH] docs(router): add `paramsInheritanceStrategy` documentation (#22590) PR Close #22590 --- packages/router/src/router_module.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/router/src/router_module.ts b/packages/router/src/router_module.ts index b4a7eca8bd..22ed2210a3 100644 --- a/packages/router/src/router_module.ts +++ b/packages/router/src/router_module.ts @@ -152,6 +152,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 {