目次
機械学習とは
プログラミング無しで機械学習
機械学習プログラミング入門
初めてのKeras2.0
- KerasでFineTuning(作成中)
- pythonメモ(作成中)
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');