comment naviguer sans réalité angulaire
import { Location } from '@angular/common';
constructor(private location: Location) { }
this.location.replaceState('/profile');
blackfire