I hope you can help me with the following:
I have the following code:
this._router.navigate(['./admin']);
I would like to know if there is the possibility of navigating to this route through the behavior of the href attribute, that is, to completely recharge the application.
Any suggestions are welcome. Thanks.