@alfresco/adf-process-services-cloud 8.4.0-17439184033 → 8.4.0-17462271089
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.
|
@@ -14403,7 +14403,15 @@ class RichTextParserService {
|
|
|
14403
14403
|
parse(richText) {
|
|
14404
14404
|
return edjsHTML(RichTextParserService.CUSTOM_PARSER, { strict: true }).parse(richText);
|
|
14405
14405
|
}
|
|
14406
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: RichTextParserService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14407
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: RichTextParserService, providedIn: 'root' }); }
|
|
14406
14408
|
}
|
|
14409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: RichTextParserService, decorators: [{
|
|
14410
|
+
type: Injectable,
|
|
14411
|
+
args: [{
|
|
14412
|
+
providedIn: 'root'
|
|
14413
|
+
}]
|
|
14414
|
+
}] });
|
|
14407
14415
|
|
|
14408
14416
|
/*!
|
|
14409
14417
|
* @license
|