temporarily switch the hashbangs off

This commit is contained in:
Denys Vuika 2017-11-30 11:44:43 +00:00
parent a80f200114
commit c8e318c5ee

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: true, useHash: false,
enableTracing: false // enable for debug only enableTracing: false // enable for debug only
}), }),
AdfModule, AdfModule,