I upgraded the angular version from 13 to 15.2.9 and I observed is the Router Functionality is breaking. The Router Event is only throwing SCROLL EVENT Instead Navigation End. Please suggest where am I missing something or how to fix the routing issue.
The Scroll Event is appearing as scroll(anchor:'null',position:'null') .
I need the complete router event to trigger and at last Navigation End to appear so that I can capture it in my component.
I have been getting the same problem after updating from Angular 13 to 15. This is my workaround: