Change route configuration.

This commit is contained in:
Alexis Lahouze 2018-06-13 22:08:26 +02:00
parent 45207d6500
commit f36a0bfa92

View File

@ -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),