When working with a view that has tiles, I am looking to click on one of them and be directed to a different application that I have created.
In typical cases, I would specify the view folder for navigation. However, when attempting something similar for a view located in a separate application folder, it does not seem to function as expected.
Additionally, I am utilizing routing in a component. How can this be achieved?
One option is to utilize:
window.location.href = 'http://...';
However, I am curious if there is an alternative method that integrates seamlessly with the router.