UNPKG

ontimize-web-ngx-filemanager

Version:
58 lines (39 loc) 1.53 kB
<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> ## 📜 Introduction 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. ### 📖 Documentation Check out our [documentation site](https://ontimizeweb.github.io/docs/v15/filemanager/) to know more details. ## 💡 Ideas We would love any feedback you have or to know when you encounter issues, by filing an issue report on this repo. ## :gear: Development This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.9. ### Installation Follow the next steps: - cd repository root ```bash npm install ``` - cd projects/ontimize-web-ngx-report ```bash npm install ``` ### Build 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.