Router Tricks Series
Angular: Supercharging The Router
When The Router Does More Than Routing
Imagine your app has a ‘Contact Us’ link and instead of routing to a dedicated page you’d like a contact form to popup instead.
There would be nothing wrong in hardcoding the ‘Contact Us’ button to do something different than navigating when clicked but…