Umesh Kumar
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.
if you want to convert observable then go for swtichMap() for example you got a Observable<HttpResponse> to Observable<Customers> then use switchMap.
Observable<HttpResponse> to Observable<Customers>