Using "angular-file-uploader": "^7.1.1", on angular core "@angular/core": "10.1.5". Below is my html code:
<angular-file-uploader [config]="afuConfig"> (fileSelected)="onSelectFilSecond($event)" </angular-file-uploader>
Point is during file selection, our function is not being triggered. Even if i point it to an undefined function that does not exists, it does not throw any errors.