How to use the rx-lite.BehaviorSubject function in rx-lite

To help you get started, we’ve selected a few rx-lite examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ahomu / Loxe / src / classes / Bus.js View on Github external
store(initialValue) {
    return this.create(Rx.BehaviorSubject, initialValue);
  },