You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(BehaviorSubject): add getValue method to access value
- adds `getValue` method to get inner value
- further hides the value as `_value`
- adds `value` property getter
- purposefully excludes `value` property setter
- adds tests around `getValue` method and `value` property
fixes#758
0 commit comments