Skip to content

Commit cc52625

Browse files
committed
use Angular 11 routes
1 parent 480c1c4 commit cc52625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: carrental-web/src/angular/carrental/src/app/app-routing.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const routes: Routes = [
2828
];
2929

3030
@NgModule({
31-
imports: [RouterModule.forRoot(routes, { relativeLinkResolution: 'legacy' })],
31+
imports: [RouterModule.forRoot(routes, { relativeLinkResolution: 'corrected' })],
3232
exports: [RouterModule],
3333
providers: []
3434
})

0 commit comments

Comments
 (0)