Does Ionic 3 supports LocationStrategy in Angular 5

routing with angular 5 using ionic-angular strategy.
When I route through angular it works fine
-> rout.navigate(‘home’)
but when i refresh my browser it show
Cannot GET /home
and where should i place router-outlet.
currenlty placed inside app.component.html
Note that I have started learning Ionic 4 than started ionic 3
help me with this issue