@evolutics/file-manager
v18.0.3
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0.
Downloads
272
Readme
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" >