0
xitix created
default dashboard page : /app/main/dashboard
expected page as dashboar[default] : /app/main/assetdashboard
2 Answer(s)
-
0
Its defined in
root-routing.module.ts
.const routes: Routes = [ { path: '', redirectTo: '/app/main/dashboard', pathMatch: 'full' },//change that route ... ];
-
0
This issue is closed because it has not had recent activity for a long time.