when we upload files all files are showing.
upload all files at the same time or one by one.
Now we can delete single and Multiple form field.
Now we can also delete Multiple form delete
With this code :
deleteformfieldmulti() {
this.formfieldrefreshdata = { field: 'removefromcontrol', value: ['desc', 'email', 'file1', 'city', 'city2'] };
}
deleteformfield() {
this.formfieldrefreshdata = { field: 'removefromcontrol', value: { name: 'desc' } };
}