Umesh  Kumar
What is the use of SwitchMap in angular?
By Umesh Kumar in Angular on Apr 22 2021
  • Pranam Bhat
    May, 2021 21

    SwitchMap switches to the most recent observable.Whenever SwitchMap subscribes to a new inner observable, it unsubscribes from the previous one.

    • 0
  • saravanakumar radhakrishnan
    May, 2021 15

    if you want to convert observable then go for swtichMap() for example you got a Observable<HttpResponse> to Observable<Customers> then use switchMap.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS