projects/congarevenuecloud/ecommerce/src/lib/modules/catalog/services/file.service.ts
This service is a work in progress.
File services allows to fetch and download attachment for the order/quote.
import { FileService, AObjectService} from '@congarevenuecloud/ecommerce';
export class MyComponent implements OnInit{
constructor( private fileService: FileService)
}
// or
export class MyService extends AObjectService {
private fileService: FileService = this.injector.get(FileService);
}
constructor(apiService: ApiService)
|
||||||
Parameters :
|