I am new to Angular. I am using Angular 7 and doing a simple routing. After Login page, I want to display a home page. Login is a part of app-root component and in
app-root
you must use this code :
this._router.navigate(['/dashboard/home']);
if it doesn't work, in "dashboard-routing.modul.ts" file use path: ' ', instead of path: 'dashboard',.