Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
angular は初めてです。通常の javascript localstorage の代わりに $localstorage(ngStorage) を使用する特定の理由はありますか
違いとは。
誰でも私に説明してもらえますか?
localStorage は文字列型のデータのみを受け入れるため、通常の javascript localStorage を使用して、オブジェクトを文字列化する必要があるたびに localStorage にオブジェクトを保存している場合、ngStorage を使用すると、すべてが実行さJSON.stringify()れJSON.parse()ます。
JSON.stringify()
JSON.parse()