add leaflet dependency to project

This commit is contained in:
tim-herbst 2020-12-19 10:23:36 +01:00 committed by Tim Herbst
parent 064bd86f2b
commit b140b1b6bd
4 changed files with 14 additions and 4 deletions

View File

@ -123,6 +123,10 @@
}
}
}
}},
"defaultProject": "frontend"
}
}
},
"defaultProject": "frontend",
"cli": {
"analytics": false
}
}

View File

@ -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",

View File

@ -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"

View File

@ -1 +1 @@
/* You can add global styles to this file, and also import other style files */
@import "~leaflet/dist/leaflet.css";