test: add missing svg assets
15
angular.json
@@ -39,11 +39,6 @@
|
|||||||
"glob": "**/*",
|
"glob": "**/*",
|
||||||
"input": "./node_modules/leaflet/dist/images",
|
"input": "./node_modules/leaflet/dist/images",
|
||||||
"output": "assets/"
|
"output": "assets/"
|
||||||
},
|
|
||||||
{
|
|
||||||
"glob": "**/*.svg",
|
|
||||||
"input": "src/assets/custom-ion-icons",
|
|
||||||
"output": "./svg"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
@@ -150,6 +145,16 @@
|
|||||||
"glob": "**/*",
|
"glob": "**/*",
|
||||||
"input": "./node_modules/leaflet/dist/images",
|
"input": "./node_modules/leaflet/dist/images",
|
||||||
"output": "assets/"
|
"output": "assets/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"glob": "**/*.svg",
|
||||||
|
"input": "node_modules/ionicons/dist/ionicons/svg",
|
||||||
|
"output": "./svg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"glob": "**/*.svg",
|
||||||
|
"input": "src/assets/custom-ionicons",
|
||||||
|
"output": "./svg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |