From 2a345d7553e91232af20aee2b614db995f446f61 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 5d13382245..85d5f7dd3e 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",