I have a component with a selector called folder$ and a property tasks that\'s an array.
this.folder$.subscribe(res=> this.tasks =res.tasks)
I