VL.Elementa
VL.Elementa copied to clipboard
Replace Subject<T> with BehaviorSubject<T> in IValueProperties
Had this case where I needed to work with Value Stream in a stateless region, would have been possible using a BehaviorSubject to directly retrieve the value instead of having to use Reactive nodes.