From 29755a70f436c7a2e8dac17ee49ed68ea7371c8f Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 16 Feb 2024 22:16:10 +0100 Subject: [PATCH] Update download.component.ts --- frontend/src/app/download/download.component.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/app/download/download.component.ts b/frontend/src/app/download/download.component.ts index f55e6a8..e57fc18 100644 --- a/frontend/src/app/download/download.component.ts +++ b/frontend/src/app/download/download.component.ts @@ -10,10 +10,16 @@ import axios from "axios"; }) export class DownloadComponent { + fileId: string = ""; + constructor() { this.speedTest(); } + checkFile() { + console.log("Moin") + } + private speedTest() { const start = new Date().getTime(); // Start timer