angular how to set up a component with h1 tag that whent tue user cliq to redirect the browser to the root address code example
Example 1: angular router navigate
// Here’s a basic example using the navigate method:
goPlaces() {
this.router.navigate(['/', 'page-name']);
}
/*
I hope it will help you.
Namaste
*/
Example 2: angular on back skip routes
this.router.navigate(["/c"], { replaceUrl: true });