I have a file upload component that I use several times in the same view. I have a service that manages metadata about each uploaded file. When I add files to one component, all components begin to be updated, and not just files with added files.
Is there a way to add a new instance of the service for each displayed component?
source
share