From e2f0fd635ccf0f33d43db4babaec46fde3012195 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Sun, 8 May 2022 12:09:31 +0200 Subject: [PATCH 1/2] 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 2/2] 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 @@