diff --git a/projects/project-3/frontend/angular.json b/projects/project-3/frontend/angular.json index 485de41..beba1d5 100644 --- a/projects/project-3/frontend/angular.json +++ b/projects/project-3/frontend/angular.json @@ -123,6 +123,10 @@ } } } - }}, - "defaultProject": "frontend" -} + } + }, + "defaultProject": "frontend", + "cli": { + "analytics": false + } +} \ No newline at end of file diff --git a/projects/project-3/frontend/package-lock.json b/projects/project-3/frontend/package-lock.json index ff00ba8..c56ee00 100644 --- a/projects/project-3/frontend/package-lock.json +++ b/projects/project-3/frontend/package-lock.json @@ -7068,6 +7068,11 @@ "integrity": "sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==", "dev": true }, + "leaflet": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.7.1.tgz", + "integrity": "sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==" + }, "less": { "version": "3.13.1", "resolved": "https://registry.npmjs.org/less/-/less-3.13.1.tgz", diff --git a/projects/project-3/frontend/package.json b/projects/project-3/frontend/package.json index 7c3a6b3..ff41de4 100644 --- a/projects/project-3/frontend/package.json +++ b/projects/project-3/frontend/package.json @@ -19,6 +19,7 @@ "@angular/platform-browser": "~10.2.0", "@angular/platform-browser-dynamic": "~10.2.0", "@angular/router": "~10.2.0", + "leaflet": "^1.7.1", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.10.2" diff --git a/projects/project-3/frontend/src/styles.scss b/projects/project-3/frontend/src/styles.scss index 90d4ee0..d047302 100644 --- a/projects/project-3/frontend/src/styles.scss +++ b/projects/project-3/frontend/src/styles.scss @@ -1 +1 @@ -/* You can add global styles to this file, and also import other style files */ +@import "~leaflet/dist/leaflet.css";