@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));

Readme

Keywords

none

Package Sidebar

Install

npm i @creately/rx-lodash

Weekly Downloads

1

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