<button color="dark" fill="outline" [routerLink]="['/home']" size="medium"
>Click here to add some</button>
how should I pass replace URL option just like we do in the TS file
await this.router.navigate(['/profile'], { replaceUrl: true });