From 6a6b0841bc1f3232bf5f9585b44985d8d0f17d75 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 20 Dec 2022 20:01:56 +0100 Subject: [PATCH] Fix compile error for ng dev --- frontend/src/environments/environment.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/environments/environment.ts b/frontend/src/environments/environment.ts index 606fe2f1b..a5629de1d 100644 --- a/frontend/src/environments/environment.ts +++ b/frontend/src/environments/environment.ts @@ -1,6 +1,7 @@ // This file can be replaced during build by using the `fileReplacements` array. // `ng build` replaces `environment.ts` with `environment.prod.ts`. // The list of file replacements can be found in `angular.json`. +declare var require: any; export const environment = { production: false,