How to get a hook when transition is completed

I am working in ember 3.0, I suppose to load my Ember App in an iframe and a communication is established with a webpage where the iframe is loaded. one of the requirement is to send the hash value (route URL) to that webpage, whenever a route is changed

1 Like