この文書の現在のバージョンと選択したバージョンの差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| 
                    ionicとfirebaseでチャットアプリ [2018/09/18] adash333 [ソースコード1]  | 
                
                    ionicとfirebaseでチャットアプリ [2018/10/07] (現在) | 
            ||
|---|---|---|---|
| ライン 81: | ライン 81: | ||
| import { Component, ViewChild } from '@angular/core'; | import { Component, ViewChild } from '@angular/core'; | ||
| import { Content } from 'ionic-angular'; | import { Content } from 'ionic-angular'; | ||
| + | // Ionic4の場合は、import { Content } from '@ionic/angular'; | ||
| export class HomePage { | export class HomePage { | ||
| ライン 86: | ライン 87: | ||
|  |  | ||
| ionViewDidLoad() | ionViewDidLoad() | ||
| + | // Ionic4の場合は、ngOnInit() | ||
| { | { | ||
| setTimeout(() => { | setTimeout(() => { | ||
| - | this.contents.scrollToBottom(300); | + | this.content.scrollToBottom(300); | 
| }, 1000); | }, 1000); | ||
| } | } | ||