Gathering detailed insights and metrics for @syncfusion/ej2-angular-filemanager
Gathering detailed insights and metrics for @syncfusion/ej2-angular-filemanager
Gathering detailed insights and metrics for @syncfusion/ej2-angular-filemanager
Gathering detailed insights and metrics for @syncfusion/ej2-angular-filemanager
Syncfusion Angular UI components library offer more than 50+ cross-browser, responsive, and lightweight angular UI controls for building modern web applications.
npm install @syncfusion/ej2-angular-filemanager
Typescript
Module System
Node Version
NPM Version
TypeScript (96.38%)
SCSS (2.91%)
JavaScript (0.71%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
288 Stars
396 Commits
111 Forks
42 Watchers
1 Branches
24 Contributors
Updated on Jul 10, 2025
Latest Version
30.1.39
Package Id
@syncfusion/ej2-angular-filemanager@30.1.39
Unpacked Size
191.88 kB
Size
39.97 kB
File Count
159
NPM Version
8.19.4
Node Version
16.20.2
Published on
Jul 08, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
The Angular FileManager component is a graphical user interface that allows users to manage their file system in an intuitive and efficient manner. With this component, you can easily access, edit, upload, download, and organize files and folders. It also offers a convenient way to browse and select items from the file system.
Getting Started . Online demos . Learn more
Trusted by the world's leading companies
You can use Angular CLI to setup your Angular applications. To install Angular CLI use the following command.
1npm install -g @angular/cli
Create a new Angular application using below Angular CLI command.
1ng new my-app 2cd my-app
All Syncfusion Angular packages are published in npmjs.com registry. To install Angular FileManager package, use the following command.
1ng add @syncfusion/ej2-angular-filemanager
The above command does the below configuration to your Angular app.
@syncfusion/ej2-angular-filemanager
package and its peer dependencies to your package.json
file.FileManagerModule
in your application module app.module.ts
.angular.json
file.This makes it easy to add the Syncfusion Angular FileManager module to your project and start using it in your application.
In src/app/app.component.ts, use <ejs-filemanager>
selector in template
attribute of @Component
directive to render the Syncfusion Angular FileManager component.
Add the FileManager component snippet in app.component.html as follows.
1<ejs-filemanager id='default-filemanager' [ajaxSettings]='ajaxSettings'> 2</ejs-filemanager>
Refer the FileManager component snippet in app.component.ts as follows.
1import { Component } from '@angular/core'; 2@Component({ 3 selector: 'app-root', 4 styleUrls: ['app/app.component.css'], 5 templateUrl: 'app/app.component.html' 6}) 7export class AppComponent { 8 public hostUrl: string = 'https://ej2-aspcore-service.azurewebsites.net/'; 9 public ajaxSettings: object = { 10url: this.hostUrl + 'api/FileManager/FileOperations' 11 }; 12}
The FileManager component is also offered in following list of frameworks,
JavaScript | React | Vue | ASP.NET Core | ASP.NET MVC |
---|
Product support is available through following mediums.
Check the changelog here. Get minor improvements and bug fixes every week to stay up to date with frequent updates.
This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. To acquire a license for 80+ Angular UI components, you can purchase or start a free 30-day trial.
A free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
See LICENSE FILE for more info.
© Copyright 2025 Syncfusion® Inc. All Rights Reserved. The Syncfusion® Essential Studio® license and copyright applies to this distribution.
No vulnerabilities found.
Reason
19 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/26 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More