Skip to content

Tag: angular

reusing angular 9 component

I have a file upload component, app-file-upload that has a file type and a list of files variables. Everything works fine until I want to have multiple app-file-upload components on the same page. What I am expecting is that when I click on the first file upload button, it would populate the list on the first…