Question: I have an array that looks as follows. I have created BehaviorSubject by setting the initial value as the above array. I want to get the array of data, which status should be true by using rxjs pipe operator. ...