Change route configuration.

This commit is contained in:
Alexis Lahouze 2018-06-13 22:08:26 +02:00
parent 45207d6500
commit f36a0bfa92
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ import { ApiBaseURL, LogLevel } from './app.config';
}
], {
enableTracing: true,
useHash: true
useHash: true,
onSameUrlNavigation: 'reload'
}),
LoginModule,
NgLoggerModule.forRoot(LogLevel),