A variant of Subject that requires an initial value and emits its current value whenever it is subscribed to. class BehaviorSubject<T> extends Subject ...
確定! 回上一頁