From fdc8633af7099f9e3162aad60cb5453e1679c6a6 Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Tue, 5 Dec 2023 17:27:49 +0000 Subject: [PATCH] E2E - fixing --- angular.json | 3 ++- demo-shell/project.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index 08e6440f71..e6ac20f71b 100644 --- a/angular.json +++ b/angular.json @@ -20,7 +20,8 @@ "zen-observable", "subscriptions-transport-ws", "d", - "chart.js" + "chart.js", + "cropperjs" ], "outputPath": "dist/demo-shell", "index": "demo-shell/src/index.html", diff --git a/demo-shell/project.json b/demo-shell/project.json index 344a052dd9..f3b5ad833c 100644 --- a/demo-shell/project.json +++ b/demo-shell/project.json @@ -16,7 +16,8 @@ "zen-observable", "subscriptions-transport-ws", "d", - "chart.js" + "chart.js", + "cropperjs" ], "outputPath": "dist/demo-shell", "index": "demo-shell/src/index.html",