mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-22 16:04:08 +01:00
feat(maps): add the gmaps and the leaflet component pages
This commit is contained in:
parent
e5f3f211f9
commit
6d8d55c8cc
18 changed files with 180 additions and 27 deletions
|
|
@ -9,7 +9,12 @@
|
|||
"outDir": "dist",
|
||||
"assets": [
|
||||
"assets",
|
||||
"favicon.ico"
|
||||
"favicon.ico",
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "../node_modules/leaflet/dist/images",
|
||||
"output": "./assets/img/markers"
|
||||
}
|
||||
],
|
||||
"index": "index.html",
|
||||
"main": "main.ts",
|
||||
|
|
@ -19,7 +24,8 @@
|
|||
"testTsconfig": "tsconfig.spec.json",
|
||||
"styles": [
|
||||
"../node_modules/roboto-fontface/css/roboto/sass/roboto-fontface.scss",
|
||||
"../node_modules/normalize.css/normalize.css"
|
||||
"../node_modules/normalize.css/normalize.css",
|
||||
"../node_modules/leaflet/dist/leaflet.css"
|
||||
],
|
||||
"scripts": [
|
||||
"../node_modules/jquery/dist/jquery.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue