A quick-start Angular project that shows you how to create and configure the Syncfusion Angular File Manager component. This project contains code to configure a few of the control's features: file operations, download and upload a file, and image previews.
Refer to the following documentation for the Syncfusion Angular File Manager: https://ej2.syncfusion.com/angular/documentation/file-manager/getting-started
Refer to the following documentation to learn about the different file system providers in the Syncfusion Angular File Manager: https://ej2.syncfusion.com/angular/documentation/file-manager/file-system-provider
Check out this online example of the Syncfusion Angular File Manager: https://ej2.syncfusion.com/angular/demos/#/material3/file-manager/overview
Download the ASP.NET Core file system provider from GitHub: https://github.com/SyncfusionExamples/ej2-aspcore-file-provider
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the getting-started-with-the-angular-file-manager-component
repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install
command and run your project using the ng serve
command.