ultimate-comparisons/ultimate-comparison-BASE

View on GitHub
src/app/components/output/references-table/references-table.component.html

Summary

Maintainability
Test Coverage
<div class="reference-container">
    <ng-template ngFor let-entry [ngForOf]="citations">
        <div>{{'[' + entry.index + ']'}}:</div>
        <div [id]="prefix + entry.key" [innerHtml]="entry.text|sanitizeHtml"></div>
    </ng-template>
</div>