mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f982a3f965
Adds ability for `RouterOutlet` to bind `Router` information to the routed component's inputs. This commit also exposes some helpers for implementers of custom outlets to do their own input binding if desired. Resolves #18967 PR Close #49633