From 7f7829538d73762cdeb3da64689de77cd2b0c78b Mon Sep 17 00:00:00 2001 From: zdenevuk <zdenko.vuk@ijs.si> Date: Fri, 21 Oct 2022 10:49:57 +0200 Subject: [PATCH] added something in angular.json --- angular.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index ed95dbae..c6b71d85 100644 --- a/angular.json +++ b/angular.json @@ -131,7 +131,9 @@ "node_modules/echarts/dist/echarts.min.js", "node_modules/echarts/dist/extension/bmap.min.js", "node_modules/chart.js/dist/Chart.min.js", - "node_modules/marked/lib/marked.js" + "node_modules/marked/lib/marked.js", + "node_modules/leaflet/dist/leaflet.js", + "node_modules/leaflet-area-select/dist/Map.SelectArea.js" ], "styles": [ "node_modules/bootstrap/dist/css/bootstrap.css", -- GitLab