I have a generic service which is managing localstorage for a shopping cart type app. I can see my variables going into local storage however on the list component its displaying nothing. Debugging on the page containing the list view shows I have data in my local storage.
Is the mapping to the list the same as if it was connecting to a datasource and not local data?
Anyone got a good example of this so I can double check I have everything right?