fixed a typo in one of the components
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
... <span *ngFor="let fragment of highlights">
|
||||
<span *ngFor="let token of fragment" [ngClass]="token.term != null ? 'match term'+ token.term : ''">{{token.text}}</span> ...
|
||||
</span>
|
||||
Reference in New Issue
Block a user