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
When I try to press the button start upload Its not uploading file. So when I debug the code in the parent of this component which is app component I found that the UploadInput EventEmitter has no Observers.
But when I try putting the html to upload the files in the app component its working.
Can anyone tell me what to do If I want to do it from the app-select-files component.
Thanks in Advance.
The text was updated successfully, but these errors were encountered:
This method is in app.component.ts
This code is in app component and I want to upload it using upload component which is child of app component.
When I try putting the directly to app component its working but when I try to do it from child its not working
above app-select files is in app component
This app-select-files component html is given here
When I try to press the button start upload Its not uploading file. So when I debug the code in the parent of this component which is app component I found that the UploadInput EventEmitter has no Observers.
But when I try putting the html to upload the files in the app component its working.
Can anyone tell me what to do If I want to do it from the app-select-files component.
Thanks in Advance.
The text was updated successfully, but these errors were encountered: