@creately/rx-lodash
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

RxLodash

Useful RxJS operators based on functions available in lodash

Getting Started

  • Install the module
npm i @creately/rx-lodash
  • Import and use operators
import { lodashThrottle } from '@creately/rx-lodash';

const throttled = source.pipe(
    lodashThrottle(c.time)
);

throttled.subscribe(val => console.log(val));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @creately/rx-lodash

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

4.48 kB

Total Files

6

Last publish

Collaborators

  • mehdhi
  • thisunravisara
  • chandika
  • shashik_thiwanka
  • sasindu
  • sajeeva
  • linatrefai
  • damithcgx