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.