route to the next page in ionic code example
Example 1: ionic angular change page route
this.router.navigateByUrl('/home');
Example 2: ionic route navigation
// just like angular
this.router.navigateByUrl('/home');
// just like angular