This document explorer demo application showcases several Syncfusion Angular UI components together in a real-world application scenario. This demo manages the file system that allows users to perform most common file operations like accessing, editing, and sorting files or folders and also opens Word, Excel, PowerPoint, Text, PDF and image files.
To run the project following prerequisite are required
Node Version
: 18.13.0Angular Version
: 16.2.0
To install the application dependencies, use the following command:
npm install
To Build the application, use the below command,
ng build
To run the sample in the browser with live reload, use the following command:
ng serve