Hi Dixit,
That is 100 percent on your back-end. There is nothing Angular, or any
other front-end framework, can do to package up your API calls into a
single call.

Some back-ends have support for making one request that does multiple
things. For instance: our server has a "bundle" API which allows our
client, written in Angular, to make one HTTP request that contains multiple
API calls.

Other back-ends, like GraphQL, have other methods for bundling API calls.

Hope this helps.

On Mon, Jan 22, 2018, 22:44 Dixit <dixit.neha...@gmail.com> wrote:

> Hi Guys,
>
> I'm developing an admin web interface in angular4 , currently i am using
> almost 12 services and in each service there are 3 http calls. I want to
> use one global call instead of using multiple calls
>
> --
> 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 angular+unsubscr...@googlegroups.com.
> To post to this group, send email to angular@googlegroups.com.
> 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 angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to