Nodes per country list component

This commit is contained in:
nymkappa
2022-07-16 15:56:36 +02:00
parent fc5fd244d0
commit 376484a937
9 changed files with 172 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ import { ChangeDetectionStrategy, Component, Input, OnChanges } from '@angular/c
export class TimestampComponent implements OnChanges {
@Input() unixTime: number;
@Input() dateString: string;
@Input() customFormat: string;
seconds: number;