Daniel

Results 9 comments of Daniel

I figured out that if you use "event" instead of "$event" in your js/ts code that works. in the HMTL use onUploadFinished($event) and in your JS use onUploadFinished(event) and then...

@reenezden try to create new object before you save to the store. ` onUploadFinished(event: FileHolder) { const file = { uniqID: this.uniqID, name: event.file.name, size: event.file.size, type: event.file.type, src: event.src...

@reenezden better solution: add [url]="" in your HTML and than you can use event.file

Any new on that? I also tried to use "cdkVirtualScrollingElement" outside of my component (which has the "cdk-virtual-scroll-viewport") to set the `` as the scroll-container (same as the result of...

> > Any new on that? > > I also tried to use "cdkVirtualScrollingElement" outside of my component (which has the "cdk-virtual-scroll-viewport") to set the `` as the scroll-container (same...

> > > > Any new on that? > > > > > > > > I also tried to use "cdkVirtualScrollingElement" outside of my component (which has the "cdk-virtual-scroll-viewport")...