Repository Description
This repository contains an Angular 11 application scaffold generated using Angular CLI. The project provides a base structure that can be used to integrate and configure the Syncfusion Angular File Manager component within an Angular application.
The setup includes standard development, build, and testing workflows, making it suitable as a starting point for file and folder management features.
The purpose of this project is to provide a foundational Angular application that developers can extend with Syncfusion Angular File Manager functionality. It helps illustrate how an Angular CLI project can be prepared for UI component integration and file management scenarios.
- Angular application generated with Angular CLI 11.2.3
- Local development server with live reload
- Build support for development and production
- Component, service, and module scaffolding
- Unit testing with Karma
- End‑to‑end testing with Protractor
- Ready structure for integrating Syncfusion Angular File Manager
Ensure the following requirements are met before working with this project:
- Node.js and npm
- Angular CLI 11.2.3
- A supported modern web browser
Clone the repository and navigate to the project directory:
git clone https://github.com/SyncfusionExamples/ej2-angular-11-file-manager.gitInstall the required npm packages:
npm installRun the following command to start the development server:
ng serveNavigate to:http://localhost:4200/
The application automatically reloads when source files are modified.
- Run
ng testto execute the unit tests via Karma. - Run
ng e2eto execute the end-to-end tests via Protractor.
The project follows standard Angular CLI configuration conventions. You can extend this setup by:
- Adding new components, services, or modules
- Integrating Syncfusion Angular File Manager component
- Customizing build and test configurations
- 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
- Verify the Angular CLI version using ng version.
- Ensure all dependencies are installed successfully.
- Restart the development server if changes are not reflected.
- Re‑run npm install if build or runtime errors occur.
For detailed API references, File Manager integration guidance, and advanced Angular scenarios, 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.