Files
paperless-ngx/src-ui/src/app/components/search/result-hightlight/result-hightlight.component.html
T
2020-10-27 01:11:32 +01:00

3 lines
185 B
HTML

... <span *ngFor="let fragment of highlights">
<span *ngFor="let token of fragment" [ngClass]="token.term != null ? 'match term'+ token.term : ''">{{token.text}}</span> ...
</span>