Install Angular file manager
Angular file manager is based on the Flmngr NPM package. At this moment it simply reexports everything from the original package, but in the future, it will have specific features related to Angular.
We recommend you start with this derivative package if you need to implement a file manager in your Angular app.
Get the NPM package
The first step is to download the NPM package into your app. Go into your project and run there in the console:
Using NPM:
npm i --save @flmngr/flmngr-angular
Using Yarn:
yarn add @flmngr/flmngr-angular
Install the backend
You also need to install the file manager backend somewhere on your server.
What's next
Please refer to the original Flmngr NPM package documentation to do anything with this Angular integration.