You can't cache HTML elements, as far as I know. If you have such a large number of customers that it causes a rendering slowdown, you should consider paginating the data.
On Fri, Jul 7, 2017, 01:36 Rosh Mohan <[email protected]> wrote: > hi all > > Is it possible to cache the whole page in Angular SPA? > > My scenario, in my employ list screen, I clicked on an employee and I am > navigating to Employee details screen. From this screen if I press Employ > list button/Menu, I am return back to my first screen (Employ List). Since > the employs list is large, it take time to render the whole screen, it will > be good that i could cache the whole page and for the 2nd time show the > "cached" page rather load the whole page again > > thanks > Rosh > > -- > 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. > -- Lucas Lacroix Computer Scientist Advanced Technology Division, MEDITECH <http://ehr.meditech.com/> 781-774-2293 -- 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.
