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

Commit 1b8709d

Browse files
2 parents aa733c1 + a9d91f7 commit 1b8709d

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)