Socket
Book a DemoInstallSign in
Socket

@evolutics/file-manager

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evolutics/file-manager

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0.

npmnpm
Version
18.0.2
Version published
Weekly downloads
10
25%
Maintainers
1
Weekly downloads
 
Created
Source

Evolutics File Manager

This library was generated with Angular CLI version 18.2.0.

Installation

npm i @evolutics/file-manager

Initialization

Set the config in the App Component

  constructor(protected fileManagerService: FileManagerService) {
    fileManagerService.updateConfig({
      debug: true,
      placeholderImage:'/placeholder.png',
      apiBaseURL: `https://***`,
    });
  }
}

Pipe

<img [src]="'clientNo'|userImageLinkP|async" >

FAQs

Package last updated on 03 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts