mirror of
https://github.com/mempool/mempool.git
synced 2025-03-01 01:00:00 +01:00
6 lines
250 B
HTML
6 lines
250 B
HTML
|
<span class="truncate" [class.rtl]="rtl" [style.max-width]="maxWidth ? maxWidth + 'px' : null">
|
||
|
<span class="first">{{text.slice(0,-lastChars)}}</span>
|
||
|
<span class="last-four">{{text.slice(-lastChars)}}</span>
|
||
|
<ng-content></ng-content>
|
||
|
</span>
|