Ionic DeepLinker / Angular HTML5Mode / URLs without #

A much easier, and really the correct way to set this is in the ionic config

    IonicModule.forRoot(MyApp, {
        locationStrategy: 'path'
    })

I’ll make sure this gets added to the docs in a clear manner.

6 Likes