An open API service indexing awesome lists of open source software.

https://github.com/syncfusionexamples/getting-started-with-the-angular-file-upload-component

A quick-start project that shows how to create and configure the Syncfusion Angular File Upload component. This project contains code to configure a few of the component’s basic features like saving or removing files in the uploader.
https://github.com/syncfusionexamples/getting-started-with-the-angular-file-upload-component

angular-file-upload file-upload

Last synced: 11 months ago
JSON representation

A quick-start project that shows how to create and configure the Syncfusion Angular File Upload component. This project contains code to configure a few of the component’s basic features like saving or removing files in the uploader.

Awesome Lists containing this project

README

          

# Getting Started with the Angular File Upload Component
A quick-start project that shows how to create and configure the Syncfusion Angular File Upload component. This project contains code to configure a few of the component’s basic features like saving or removing files, auto upload, sequential upload, and preloaded files in the uploader.

Refer to the following documentation to learn about the Angular File Upload component:
https://ej2.syncfusion.com/angular/documentation/uploader/getting-started

Check out this online example of the Angular File Upload component:
https://ej2.syncfusion.com/angular/demos/#/fluent2/uploader/default

## Project prerequisites
Make sure that you have the compatible versions of [Visual Studio Code](https://code.visualstudio.com/download ) and [NodeJS](https://nodejs.org/en/download) or later version in your machine before starting to work on this project.

## How to run this application
To run this application, you need to first clone the `getting-started-with-the-angular-file-upload-component` repository and then open it in Visual Studio Code.Now, simply install all the necessary angular packages into your current project using the `npm install` command and run your project using the `ng serve` command.