projects/m2-core/src/lib/core/service/admin/admin.service.ts
Methods |
|
constructor(http: HttpClient, endpointService: EndpointConfigService, ajaxService: AjaxService)
|
||||||||||||
|
Parameters :
|
| Public applyLicense | |||||||||
applyLicense(file: File, updateProgressFn?: (progress?: number) => void)
|
|||||||||
|
Parameters :
Returns :
Promise<LicenseDto>
|
| Public getActiveLicense |
getActiveLicense()
|
|
Returns :
Observable<LicenseDto>
|