forkJoin
forkJoin is used when you have a group of observables and only care about the final emitted value of each.
A good example of this is when you have multiple http get
Reference: https://blog.angularindepth.com/everything-you-need-to-know-about-the-expressionchangedafterithasbeencheckederror-error-e3fd9ce7dbb4
A running Angular application is a tree of components. During change detection Angular performs checks for each component which consists of the following operations performed in the