mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
3 lines
No EOL
154 B
HTML
3 lines
No EOL
154 B
HTML
... <span *ngFor="let fragment of highlights">
|
|
<span *ngFor="let token of fragment" [class.match]="token.highlight">{{token.text}}</span> ...
|
|
</span> |