I’m not clear on the difference between a Subject and a BehaviorSubject. Is it just that a BehaviorSubject has the getValue() function? 8 Answers 8
I’m looking into Angular RxJs patterns and I don’t understand the difference between a BehaviorSubject and an Observable. From my understanding, a BehaviorSubject is a value that can change...