로컬 저장소에 개체 저장 다음과 같은 어레이가 있습니다. [{name:"test", time:"Date 2017-02-03T08:38:04.449Z"}] 저장해 두었습니다.localstorage데이터를 검색할 때localstorage값을 받았습니다. [object, object] 이 문제를 어떻게 해결할 수 있습니까? config.ts import { Injectable } from "@angular/core"; @Injectable() export class TokenManager { public tokenKey: string = 'app_token'; constructor() { } store(content) { var contentData; console.log("inside localstorsge..