From 37f8a168e26fe4172948fd8085b2ff483307dc5b Mon Sep 17 00:00:00 2001 From: kevinpauer Date: Sun, 8 May 2022 11:47:05 +0200 Subject: [PATCH 1/7] test without picture --- frontend/src/app/Views/login/login.component.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/app/Views/login/login.component.html b/frontend/src/app/Views/login/login.component.html index 0083425..41676a1 100644 --- a/frontend/src/app/Views/login/login.component.html +++ b/frontend/src/app/Views/login/login.component.html @@ -1,10 +1,5 @@
-
Date: Sun, 8 May 2022 12:09:31 +0200 Subject: [PATCH 2/7] Change build command --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 8891359..1a2e83b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build", + "build": "ng build --prod --build-optimizer", "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint", From a2b46865287591b15e07ede713f8a4827aef1af1 Mon Sep 17 00:00:00 2001 From: kevinpauer Date: Sun, 8 May 2022 12:10:25 +0200 Subject: [PATCH 3/7] Add picture --- .../src/app/Views/login/login.component.html | 5 +++++ frontend/src/assets/Stonks.jpg | Bin 40285 -> 34064 bytes 2 files changed, 5 insertions(+) diff --git a/frontend/src/app/Views/login/login.component.html b/frontend/src/app/Views/login/login.component.html index 41676a1..0083425 100644 --- a/frontend/src/app/Views/login/login.component.html +++ b/frontend/src/app/Views/login/login.component.html @@ -1,5 +1,10 @@