ontimize-web-ngx-filemanager
Version:
An implementation of file management system for Ontimize Web
58 lines (39 loc) • 1.53 kB
Markdown
<h1 align="center">
<div style="display:inline-block;vertical-align: middle;">
<a name="logo" href="https://ontimizeweb.github.io/docs/v15/filemanager/">
Ontimize Web File Manager
</a>
</div>
</h1>
<p align="center">
<a href="#-introduction">Introduction</a> •
<a href="#-ideas">Ideas</a> •
<a href="#gear-development">Development</a>
</p>
The Ontimize Web File Manager is a web file manager for web applications based in [OntimizeWeb](https://github.com/OntimizeWeb/ontimize-web-ngx), allowing to you following features:
- Ability to upload, delete and download files.
- Multiple download support.
- Ability to create folders.
- Ability to rename files and folders.
- Browsing between folders.
- Textbox Search filter.
Check out our [documentation site](https://ontimizeweb.github.io/docs/v15/filemanager/) to know more details.
We would love any feedback you have or to know when you encounter issues, by filing an issue report on this repo.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.9.
Follow the next steps:
- cd repository root
```bash
npm install
```
- cd projects/ontimize-web-ngx-report
```bash
npm install
```
Run `npm run build` to execute the build process that will generate the dist folder and a .tgz file.
You can use this .tgz file to install the library in your project through the package.json file.