angular-cn/tools/public_api_guard
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
..
animations feat(animations): re-introduce support for transition matching functions (#20723) 2017-12-07 17:16:09 -08:00
common feat(compiler): allow ngIf to use the ngIf expression directly as a guard 2017-12-18 12:09:21 -08:00
compiler build: update public api file names (#19190) 2017-09-19 16:59:18 -07:00
core feat(core): add source to `StaticInjectorError` message (#20817) 2017-12-12 11:56:06 -08:00
forms feat(forms): allow nulls on setAsyncValidators (#20327) 2017-12-07 13:34:12 -08:00
http build: update public api file names (#19190) 2017-09-19 16:59:18 -07:00
platform-browser feat(platform-server): add an API to transfer state from server (#19134) 2017-09-21 13:56:13 -07:00
platform-browser-dynamic feat(platform-browser-dynamic): export `JitCompilerFactory` (#20478) 2017-11-22 08:56:11 -06:00
platform-server feat(platform-server): add an API to transfer state from server (#19134) 2017-09-21 13:56:13 -07:00
platform-webworker fix: Update test code to type-check under TS 2.5 (#20175) 2017-11-15 18:12:16 -06:00
platform-webworker-dynamic build: update public api file names (#19190) 2017-09-19 16:59:18 -07:00
router feat(router): add "paramsInheritanceStrategy" router configuration option 2017-12-20 10:06:24 -08:00
service-worker fix(service-worker): don't crash if SW not supported 2017-12-01 14:18:16 -08:00
upgrade fix(upgrade): replaces get/setAngularLib with get/setAngularJSGlobal 2017-12-18 12:10:01 -08:00