I want to monitor App.Router.router.currentState for the purpose of activating/deactivating the navigation links. Something along the lines as explained here: https://stackoverflow.com/a/13312466/674525
However, the property currentState does not seem to exist in the router any more. App.get('Router.router.currentState') returns undefined.
I suppose, it changed in the recent Ember versions. Is there another way of doing this?