@brggroup/share-lib 0.0.73 → 0.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -463,6 +463,9 @@ class CommonService extends HTTPService {
|
|
|
463
463
|
ExportDocx(data) {
|
|
464
464
|
return this.postData(AppGlobals.apiEndpoint + '/api/Common/ExportDocx', data);
|
|
465
465
|
}
|
|
466
|
+
ExportHTML(data) {
|
|
467
|
+
return this.postData(AppGlobals.apiEndpoint + '/api/Common/ExportHTML', data);
|
|
468
|
+
}
|
|
466
469
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: CommonService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
467
470
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: CommonService, providedIn: 'root' });
|
|
468
471
|
}
|