Mapping items from local storage to list component
I am invoking a service and excecuting a javascript in its success event where I am saving the JSON response of the service into local storage.
Now I want to parse the JSON response from the local storage and I want to display the items from it to the list component. How can this be done?