Same url navigation behavior
Router method
Let's consider the example:
In this case we use
I need to force navigation and I can achieve it with random search parameter, but may be more suitable approach exists?
navigate checks parsed location's href with a previous and if they match navigation does not perform. Let's consider the example:
In this case we use
mask and state attributes, that differs with previous route match, but href of next and previous matches are same => navigation does not happen. Is it expected behavior?I need to force navigation and I can achieve it with random search parameter, but may be more suitable approach exists?