feat: Initialize Angular SSR application with core pages, components, and server setup.

This commit is contained in:
Timo
2026-01-03 12:53:37 +01:00
parent 0ac17ef155
commit b52e47b653
28 changed files with 1115 additions and 461 deletions

View File

@@ -21,6 +21,11 @@
"outputPath": "dist/bizmatch",
"index": "src/index.html",
"browser": "src/main.ts",
"server": "src/main.server.ts",
"prerender": false,
"ssr": {
"entry": "server.ts"
},
"polyfills": [
"zone.js"
],
@@ -33,6 +38,7 @@
},
"src/favicon.ico",
"src/assets",
"src/robots.txt",
{
"glob": "**/*",
"input": "node_modules/leaflet/dist/images",
@@ -65,7 +71,8 @@
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
"sourceMap": true,
"ssr": false
},
"dev": {
"fileReplacements": [