0
Ionic2は、websqlまたはindexdbにデータを保存します。私はストレージが空であるかどうかを確認するために、何か他のやり方をしなければならないかどうかを調べるために、引数の文を書こうとしています。ionic2でストレージが空であることを確認します。
usercomment($event, item){
this.storage.get('fullname').then(filename) => {
if (filename == null) {
this.navCtrl.push(signupPage, item)
} else {
this.navCtrl.push(commentPage, item)
}
}
}
:しかし、私は記憶値が