AAE-37907 Move editorjs-html to dependencies (#11169)

This commit is contained in:
Wojciech Duda
2025-09-04 13:23:35 +02:00
committed by GitHub
parent f1fea0a70b
commit ea81fcd6ad
3 changed files with 6 additions and 4 deletions

View File

@@ -16,13 +16,16 @@
*/
import edjsHTML from 'editorjs-html';
import { Injectable } from '@angular/core';
export interface OutputData {
version?: string;
time?: number;
blocks: any[];
}
@Injectable({
providedIn: 'root'
})
export class RichTextParserService {
private static readonly CUSTOM_PARSER = {
header: (block: any): string => {