Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 60a9fd7

Browse files
Sarun RattanasiriSarun Rattanasiri
authored andcommitted
add solution for BehaviorSubject without initial value
1 parent 4e29269 commit 60a9fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/subjects/behaviorsubject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `Rx.BehaviorSubject` class #
22

3-
Represents a value that changes over time. Observers can subscribe to the subject to receive the last (or initial) value and all subsequent notifications.
3+
Represents a value that changes over time. Observers can subscribe to the subject to receive the last (or initial) value and all subsequent notifications. If you are looking for BehaviorSubject without initial value see [`Rx.ReplaySubject`](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/subjects/replaysubject.md).
44

55
This class inherits both from the `Rx.Observable` and `Rx.Observer` classes.
66

0 commit comments

Comments
 (0)