Currently, I am attempting to navigate outside of my application.
I have experimented with using window.location.href
, window.location.replace
, among others. However, when I do so, it only appends the href to my domain "localhost:4200/". Is it possible that there is a setting somewhere preventing me from exiting the application programmatically?
I have also tested router.navigateByUrl();
This covers all the details I can think of providing at the moment. If you need more information, please let me know and I will do my best to provide it.