@evolutics/file-manager
TypeScript icon, indicating that this package has built-in type declarations

20.0.0 • Public • Published

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

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

Pipe

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

Readme

Keywords

none

Package Sidebar

Install

npm i @evolutics/file-manager

Weekly Downloads

8

Version

20.0.0

License

none

Unpacked Size

61.5 kB

Total Files

5

Last publish

Collaborators

  • herlhay