angelnikolov / ts-cacheable

Observable/Promise Cache Decorator
https://npmjs.com/package/ts-cacheable
ISC License
340 stars 42 forks source link

Feat/custom promise impl #40

Closed angelnikolov closed 5 years ago

angelnikolov commented 5 years ago

This adds the ability to provide the promise decorator with a custom Promise implementation. Useful for people who use AngularJS and want to use $q instead of native Promises.