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

Commit a9d91f7

Browse files
Merge pull request #951 from MidnightWonderer/document/behavior-subject-solution
add solution for BehaviorSubject without initial value
2 parents 4e72fc6 + 60a9fd7 commit a9d91f7

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)