match higher precision time in block page details
This commit is contained in:
@@ -11,6 +11,8 @@ export class TimestampComponent implements OnChanges {
|
||||
@Input() dateString: string;
|
||||
@Input() customFormat: string;
|
||||
@Input() hideTimeSince: boolean = false;
|
||||
@Input() precision: number = 0;
|
||||
@Input() minUnit: 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute' | 'second' = 'second';
|
||||
|
||||
seconds: number | undefined = undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user