Hi,
  on a MEAN stack application we send from the backend a list of user's 
filtered products to the angular view. From this view we also have a button 
that communicate to backend to create and download an excel file.
Considering that the products list has got a different number of properties 
(for example ten properties for product), the question is: is better send 
from angular the entire product list to the backend avoiding to query the 
database but making heavy the http request or is better to send only the 
general request letting the backend side asking the filtered list from 
database?
User information to filter the products list are obviously present in the 
backend session.

Thanks a lot

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" 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 http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to