Repository Description
This repository contains an Angular application generated using Angular CLI that serves as a starting point for integrating the Syncfusion Angular File Manager component.
The project provides a standard Angular setup that can be extended to include file and folder management capabilities using Syncfusion UI components.
The purpose of this project is to provide a base Angular application structure that can be used to integrate and configure the Syncfusion Angular File Manager. It helps developers get started with Angular development and extend the application with file management features.
- Angular application generated with Angular CLI
- Development server support with live reload
- Build and production bundle generation
- Unit testing support using Karma
- End‑to‑end testing setup capability
- Ready to integrate Syncfusion Angular File Manager
Ensure the following requirements are met before running this project:
- Node.js and npm
- Angular CLI version 14.2.7 or later
- A supported modern web browser
Clone or download this repository to your local machine.
git https://github.com/SyncfusionExamples/angular-filemanager-pdf-word-excel.gitInstall the required npm packages:
npm installRun the development server using:
ng serveNavigate to http://localhost:4200/.
The application automatically reloads when source files are changed.
The application is structured using standard Angular modules and components. You can configure additional components, services, or modules to integrate Syncfusion File Manager functionality as required.
- General Syncfusion documentation: https://help.syncfusion.com/
- Angular Introduction: https://ej2.syncfusion.com/angular/documentation/introduction
- Angular File Manager – Getting Started: https://ej2.syncfusion.com/angular/documentation/file-manager/getting-started
- Angular CLI overview and command reference: https://angular.io/cli
- Ensure Node.js and npm are installed correctly.
- Verify the Angular CLI version using ng version.
- Re‑run npm install if dependencies fail to install.
- Restart the development server after configuration changes.
For detailed API references, Angular File Manager integration, and advanced configuration guidance, refer to the Syncfusion Angular documentation links provided above.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.