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
go to app-routing.module.ts
{ path: '', redirectTo: 'home', pathMatch: 'full' },
change home to whatever your page name