Answers for "ionic --route"

3

ionic angular change page route

this.router.navigateByUrl('/home');
Posted by: Guest on August-21-2020
3

ionic route navigation

// just like angular
<button [routerLink]="['/detail']">click</button>
Posted by: Guest on August-20-2020

Browse Popular Code Answers by Language