An Angular 2 service is basically a wrapper class that serves as an 
interface into a downstream service implementation. This is similar to how 
a DAL class would be a wrapper class that serves as an interface into a 
downstream data store. So what kind of general architectural name would you 
use to describe an Angular service?  I described it to someone I was 
showing it to "like a DAL" but I'm sure there's a better way to describe 
it. Would you describe it as a "service proxy", a "service wrapper" or 
something else?  "Service wrapper" seems like it might be acceptable but 
Wikipedia seems to have a distinct and different definition for that: 
https://en.wikipedia.org/wiki/Service_wrapper

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to