I have an angular 4 application, there are a number of controls that get data using REST endpoints from a remote server.
So may be locations.component, runtime context 1, will get data coming from REST endpoint1. locations.component, runtime context 2, will get data coming from REST endpoint2. A the user can switch from context1 and context2 at will. I need to "cache" the data displayed in context 1 and context 2 to eliminate the need for any async data retrieval calls. I am looking at using session storage for this. Is this a good choice? If so, any recommendations for an angular 4 module to use? If not a good choice, what are good alternatives? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
