paragraph.component.html 363 B

123456
  1. <p [evtHtmlAttributes]="data?.attributes">
  2. <span class="p-num" *ngIf="data.n">{{data.n}}</span>
  3. <evt-content-viewer *ngFor="let el of data.content" [content]="el" [editionLevel]="editionLevel"
  4. [itemsToHighlight]="itemsToHighlight" [itemsLemsToHighlight]="itemsLemsToHighlight" [evtHighlight]="highlightData" [textFlow]="textFlow">
  5. </evt-content-viewer>
  6. </p>