angular-cn/tools/public_api_guard/router
Zaven Muradyan 5efea2f6a0 feat(router): add "paramsInheritanceStrategy" router configuration option
Previously, the router would merge path and matrix params, as well as
data/resolve, with special rules (only merging down when the route has
an empty path, or is component-less). This change adds an extra option
"paramsInheritanceStrategy" which, when set to 'always', makes child
routes unconditionally inherit params from parent routes.

Closes #20572.
2017-12-20 10:06:24 -08:00
..
router.d.ts feat(router): add "paramsInheritanceStrategy" router configuration option 2017-12-20 10:06:24 -08:00
testing.d.ts ci: add router/testing to public API guard 2017-12-19 10:45:33 -08:00
upgrade.d.ts ci: add router/testing to public API guard 2017-12-19 10:45:33 -08:00