Is there a Angular IG component / sample 'How To' upload file in Angular project with Ignite UI components
Hello,
Thank you for posting in our community.
I have created a sample in StackBlitz for your reference. Please test it on your side and let me know if it meets your requirement.
Additionally, Ignite UI for Angular also provides styling for the input of type="file" and it supports all the input group types and themes, just add this to your template:
<igx-input-group> <input igxInput type="file" multiple /> </igx-input-group>
More information can be found here.
Please let me know if you need any further assistance with this matter.