Re: [AngularJS] Re: Alert the returned data HTTP post

2017-10-05 Thread Vinu Prasad
any solution for this problem ..? On Thu, Oct 5, 2017 at 1:27 PM, Vinu Prasad wrote: > Hi Sander , > > Thanks for the response . But it will not work for me. There is nothing to > dispaly > > On Thu, Oct 5, 2017 at 11:20 AM, Sander Elias > wrote: > >> Hi Vinu, >> >> You should switch to Httpli

Re: [AngularJS] Re: Alert the returned data HTTP post

2017-10-05 Thread Vinu Prasad
Hi Sander , Thanks for the response . But it will not work for me. There is nothing to dispaly On Thu, Oct 5, 2017 at 11:20 AM, Sander Elias wrote: > Hi Vinu, > > You should switch to Httplient instead of using http. Aside from that, > this is straight from the docs

[AngularJS] Re: Alert the returned data HTTP post

2017-10-04 Thread Sander Elias
Hi Vinu, You should switch to Httplient instead of using http. Aside from that, this is straight from the docs : post(url: string, body: any, options?: RequestOptionsArgs > ): Observable