I set the path in touting: { path:'home', conponent:homecompnent; } app.component.html: <button(click)="routerLink=/home" This is an error Want to go to the home page while clicking?
I set the path in touting:
{ path:'home', conponent:homecompnent; }
app.component.html: <button(click)="routerLink=/home"
This is an error
Want to go to the home page while clicking?