A bug/improvement detected on the default menu of UItima :
Incorrect behaviour if the route changes from a page link or from URL update.
How to reproduce :
1/ Go on : https://www.primefaces.org/ultima-ng/#/
=> nothing selected in the menu
2/ Click on the menu item "Documentation"
=> route change to : https://www.primefaces.org/ultima-ng/#/documentation
=> the documentation page is displayed
=> menu item "Documentation" is selected
3/ Update the URL to : https://www.primefaces.org/ultima-ng/#/documentation
=> the utils page is displayed
=> menu item "Documentation" is still selected
=> menu item "Utils" is not selected
I don't know the version number deployed in the example but in our project we have the previous menu selected but the current route is also correctly selected.
Any help to apply a temporary fix would be appreciated
