Javascript – I'm getting a typerror with Filereader() in Angular 17
all I'm getting this typerror, and I can't figure it out. I've searched Google, but I can't seem to find an answer. TypeError: Argument 1 ('blob') to FileReader.readAsDataURL must be an instance of Blob here is my component method: onFilePick(event:…