I have worked with routerLink and it works very well :
<a routerLink="inscription" class="btn btn-default">Inscription</a>
<a routerLink="login" class="btn btn-default">Se connecter</a>
I am trying now to deal with routerLink inside the typescript file. Exactly, when I click on a button, I call a function inside this function I want to call routerLink how could I do it? and if is calling it will reload the page or it will work exactly the same as the routerLink above ?