ユーザ用ツール

サイト用ツール


ionic4:ionic4でルーティング

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

home.page.ts

// Ionic4でのルーティングの記載方法
import { Router } from '@angular/router';
(省略)
constructor(private router: Router) {}
(省略)
this.router.navigateByUrl('/home');

リンク

ionic4/ionic4でルーティング.txt · 最終更新: 2019/03/09 by adash333

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki