In some cases it is convenient to initialize an empty BehaviorSubject without an initial value.
Hi @hannesstruss ,
then you want ReplaySubject.create ....
Indeed. Thanks!
Don't forget to set the buffer size to 1 if you want exactly a BehaviorSubject minus the initial value piece.
Most helpful comment
Hi @hannesstruss ,
then you want
ReplaySubject.create....