BehaviorSubject
A variant of Subject that requires an initial value and emits its current value whenever it is subscribed to.
Constructor
Parameters
|
Properties
Property | Type | Description |
---|---|---|
value | Read-only. |
Methods
_subscribe() | ||
---|---|---|
Parameters
Returns
|
getValue() |
---|
ParametersThere are no parameters. Returns
|
next() | ||
---|---|---|
Parameters
Returns
|