make default page in ionic 4

How To Set Default Page In Ionic 4

go to app-routing.module.ts

{ path: '', redirectTo: 'home', pathMatch: 'full' },

change home to whatever your page name