Project setup + navigation

This commit is contained in:
2023-02-15 19:20:22 +01:00
parent 0b34ec0b1b
commit 266a7cd21d
22 changed files with 5273 additions and 813 deletions

14
tsconfig.server.json Normal file
View File

@@ -0,0 +1,14 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "./out-tsc/server",
"types": [
"node"
]
},
"files": [
"src/main.server.ts",
"server.ts"
]
}