タイトルで述べたように、私の問題は次の場合です。
this.storage.get('user')
このオブジェクトを取得します
t {__zone_symbol__state: null, __zone_symbol__value: Array(0)}
そして、私はそれを操作する方法を知りません。
ストレージの例から文字列値を取得する方法があるかどうか尋ねています
// when i store user id like that
this.storage.set("user", JSON.stringify(userID));
console.log(this.storage.get('user'))//output 100 for example