Change route configuration.
This commit is contained in:
parent
45207d6500
commit
f36a0bfa92
@ -30,7 +30,8 @@ import { ApiBaseURL, LogLevel } from './app.config';
|
|||||||
}
|
}
|
||||||
], {
|
], {
|
||||||
enableTracing: true,
|
enableTracing: true,
|
||||||
useHash: true
|
useHash: true,
|
||||||
|
onSameUrlNavigation: 'reload'
|
||||||
}),
|
}),
|
||||||
LoginModule,
|
LoginModule,
|
||||||
NgLoggerModule.forRoot(LogLevel),
|
NgLoggerModule.forRoot(LogLevel),
|
||||||
|
Loading…
Reference in New Issue
Block a user