mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
ng-template(#tooltip)
|
|
div {{time | date:'mediumDate'}}
|
|
.text-muted {{time | date:'mediumTime'}}
|
|
|
|
from-now([time]="time" [tooltip]="tooltip" [isDisabled]="!time")
|