Call Web Service in Angular 2?
is it possible call soap webservices in angular 2 Application.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Puneet KankarPosted Jul 12, 2017, 6:22 AM
Balamurali Krishnan RPosted Jul 12, 2017, 4:47 AM
Manikandan MurugesanPosted Jul 12, 2017, 3:16 AM
Also, the web service returns an object not an array. So your ng-repeat should be something like this:
book in data.booksHere is a working example: