Issue
I have two subscriptions in an Angular 6 component. Now I want to start a method as soon as these two subscriptions reached onComplete.
How can I do this the easiest way?
Solution
Use forkJoin. It will emit as soon as all given Observables completed.
Answered By - Marv
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.