Hi Manfred, So, I did a quick check, and didn't find anything that convinces me it has changed. I think your use case can be quickly resolved by using the routerCanDeactivate <https://angular.io/docs/ts/latest/api/router/CanDeactivate-interface.html> lifecycle method, of the component that hosts the components you don't want to allow.
I have gone over a large amount of use cases, and did not find a use case that really needed global routing hooks/events. The way the router now works, makes sure the routing is very close to the component's it is involved with. This is a big win for maintainability. Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
