如何在 angular 中使用添加和删除按钮创建多个文件上传按钮?

How to create multiple file upload button with add and remove button in angular?

我的问题是如何使用 Angular 中的添加和删除按钮创建新文件上传 button/input 12。我们应该能够添加任意数量的上传 button/input。

您可以使用 ngx dropzone。使用 ngx dropzone,您可以在单个 time.For 中添加或拖放多个文件,您可以按照以下 link 中的步骤操作。 https://www.npmjs.com/package/ngx-dropzone