changed locationStrategy in order to remove hash from urls
This commit is contained in:
parent
e438c546a7
commit
ddcbeba327
@ -19,7 +19,9 @@ import { BlocksProvider } from '../providers/blocks/blocks';
|
|||||||
BrowserModule,
|
BrowserModule,
|
||||||
HttpModule,
|
HttpModule,
|
||||||
PagesModule,
|
PagesModule,
|
||||||
IonicModule.forRoot(InsightApp)
|
IonicModule.forRoot(InsightApp, {
|
||||||
|
locationStrategy: 'path'
|
||||||
|
})
|
||||||
],
|
],
|
||||||
bootstrap: [IonicApp],
|
bootstrap: [IonicApp],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user