restore hash location strategy

This commit is contained in:
Denys Vuika 2017-12-09 14:45:02 +00:00
parent cef61758bf
commit 1091cb9a67

View File

@ -48,7 +48,7 @@ import { LocationLinkComponent } from './components/location-link/location-link.
imports: [ imports: [
BrowserModule, BrowserModule,
RouterModule.forRoot(APP_ROUTES, { RouterModule.forRoot(APP_ROUTES, {
useHash: false, useHash: true,
enableTracing: false // enable for debug only enableTracing: false // enable for debug only
}), }),
AdfModule, AdfModule,