I have two observables. First observable is used for ngIf-Block Statement. Second observable is used inside the ngIf-Block and maps values from first observable.
The second observable do not get the first update from source inside the ngIf-Block. On otherhand, outside of ngIf-Block it works.
Any explanations for this unexpected behavior?
Example: https://stackblitz.com/edit/angular-rxjs-template-update-problem