You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: