JSPM

ng-debounce

1.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 537
    • Score
      100M100P100Q94705F
    • License MIT

    The standart angular implementation of debounce with shahata/angular-debounce

    Package Exports

    • ng-debounce

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ng-debounce) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Implemenation of Debounce as it is

    This implementation will contain angular-debounce.js from bower and that it, nothing has been changed.

    So in order to have some documentation please take a look at:
    Debounce

    P.S.

    There is implementation of this in npm, but it does not contain immediate param as well as params' order is not correct.