machty / ember-navigator

A better router/navigator for mobile Ember apps, inspired by React Navigation
Other
31 stars 3 forks source link

NavigatorRoute: add `parent`, `parentRoute`, `parentRouter`, and other cleanup #43

Closed machty closed 2 years ago

machty commented 2 years ago

It's a common use case to grab some value off of a parent route; previously this was only possible by hacking into the private "node" API; this PR exposes more useful methods / getters on the public NavigatorRoute API to make it more easy to pull values off parent routes.