Posts by Danilo Silva Fernandes • 23 points
2 posts
-
0
votes0
answers70
viewsQ: With chaining a series of observables?
I have to get the answer from a Observable and use it from parameter to another Observable, I’m using the operator switchMap() for that, but I don’t know if it’s the right way. Ex.:…
-
2
votes1
answer33
viewsQ: Immutability in the angular components
Hello, I am learning functional programming and would like to know how to apply the principle of immutability in the angular components. For example, in the case below I have a list of files that…