@RouteConfig not working anymore since update to Ionic 2.0.0-beta.6

Hey all,

we’re using hash mode urls e.g. #/page1, #/page2 etc, using Ionic 2 beta 6 and Angular 2.0.0-beta.15 conform this example:

https://github.com/driftyco/ionic/blob/2.0-wp/ionic/components/nav/test/routing/index.ts

However, after updating from v.5 to v.6 the hash does not show up in the address bar, and does not update anymore.

This functionality is imperative for our app; is there a new way to enable this functionality??

Thanks!