====== Ionic4でルーティング ====== Ionic4でのページの移動は、Ionic3と異なります。 http://twosquirrel.mints.ne.jp/?p=26533\\ Ionic4(beta)でルーティングとページ遷移 2018/7/28 2018/7/29 https://angularfirebase.com/lessons/ionic-4-routing-and-navigation-guide/ ===== コードの例 ===== Angularのroutingを用います。 src/app/app-routing.module.ts {{:ionic4:pasted:20181022-235434.png}} home.page.ts // Ionic4でのルーティングの記載方法 import { Router } from '@angular/router'; (省略) constructor(private router: Router) {} (省略) this.router.navigateByUrl('/home'); ===== リンク ===== [[税金:index.html|税金:index.html]]