This library was generated with Angular CLI version 18.2.0.
npm i @evolutics/file-manager
Set the config in the App Component
export class AppComponent {
constructor(protected fileManagerService: FileManagerService) {
fileManagerService.updateConfig({
debug: true,
placeholderImage:'/placeholder.png',
apiBaseURL: `https://***`,
});
}
}
<img [src]="'clientNo'|userImageLink |async" >