Nav bar basic styles finished, burger menu without function and transition, hero section next to go,

This commit is contained in:
2026-02-22 08:50:45 +01:00
parent 5b63771cc3
commit b6ca9be225
32 changed files with 466 additions and 79 deletions

View File

@@ -32,13 +32,15 @@
"@angular/platform-server": "^21.0.0",
"@angular/router": "^21.0.0",
"@angular/ssr": "^21.0.3",
"@ng-icons/core": "^33.1.0",
"@ng-icons/css.gg": "^33.1.0",
"express": "^5.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^21.0.3",
"@angular/cli": "^21.0.3",
"@angular/cli": "^21.1.4",
"@angular/compiler-cli": "^21.0.0",
"@types/express": "^5.0.1",
"@types/node": "^20.17.19",
@@ -46,4 +48,4 @@
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}
}