changed locationStrategy in order to remove hash from urls

This commit is contained in:
Darren Nelsen 2018-04-23 14:15:16 -04:00
parent e438c546a7
commit ddcbeba327

View File

@ -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: [