What is the use of SwitchMap in angular?
Umesh Kumar
Select an image from your device to upload
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>