Updated to angular 11
Now compiling with strict mode in typescript Need to error checking now
This commit is contained in:
@ -137,6 +137,7 @@ const routes: Routes = [
|
||||
imports: [
|
||||
RouterModule.forRoot(routes, {
|
||||
onSameUrlNavigation: 'reload',
|
||||
relativeLinkResolution: 'legacy',
|
||||
}),
|
||||
],
|
||||
exports: [RouterModule],
|
||||
|
||||
Reference in New Issue
Block a user