capacitor-image-cache icon indicating copy to clipboard operation
capacitor-image-cache copied to clipboard

demo issue

Open dodomui opened this issue 4 years ago • 0 comments

ngOnChanges(changes: SimpleChanges): void { const src = changes['src']; if (src) { this.source = Observable.fromPromise(this.cache.get({src: src.currentValue})).map(v => v.value); } }

While using the demo in my ionic code, receive below error, could you kindly help? Property 'fromPromise' does not exist on type 'typeof Observable'

dodomui avatar Mar 30 '20 02:03 dodomui