mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
81c9dd731c
The easiest way to access route data is now to use direct bindings to component inputs rather than going through `ActivatedRoute`. The tour of heroes guide still uses `ActivatedRoute` for now. I was hesitant to remove all of the content in one swoop and the tour of heroes is quite a bit more involved. PR Close #49633