No description
Find a file
Renovate 5d83c35b9b
Some checks failed
renovate/artifacts Artifact file update failure
chore(deps): update devdependencies (non-major)
2025-01-28 09:02:50 +00:00
.direnv feat: add new flake profiles and update app component 2024-09-10 08:09:59 +02:00
.vscode Initial Commit 2024-08-13 13:11:57 +02:00
public Initial Commit 2024-08-13 13:11:57 +02:00
src feat: add optional email and phone fields to hotel model 2025-01-28 09:21:27 +01:00
.editorconfig Initial Commit 2024-08-13 13:11:57 +02:00
.envrc feat: add initial flake configuration and .envrc file 2024-09-10 07:39:18 +02:00
.gitignore Initial Commit 2024-08-13 13:11:57 +02:00
angular.json style: format code for consistency and readability 2025-01-28 08:27:37 +01:00
bun.lockb chore(deps): update devdependencies (non-major) 2025-01-28 09:02:50 +00:00
devenv.nix feat: add new flake profiles and update app component 2024-09-10 08:09:59 +02:00
flake.lock chore: add flake profiles and bun.lockb file 2024-09-10 07:46:21 +02:00
flake.nix chore: add flake profiles and bun.lockb file 2024-09-10 07:46:21 +02:00
package-lock.json Works somehow a little bit idk 💀 2025-01-07 08:40:44 +01:00
package.json chore(deps): update devdependencies (non-major) 2025-01-28 09:02:50 +00:00
README.md Initial Commit 2024-08-13 13:11:57 +02:00
renovate.json style: format code for consistency and readability 2025-01-28 08:27:37 +01:00
sonar-project.properties Add sonar-project.properties 2024-10-01 05:48:28 +00:00
tailwind.config.js style: format code for consistency and readability 2025-01-28 08:27:37 +01:00
tsconfig.app.json style: format code for consistency and readability 2025-01-28 08:27:37 +01:00
tsconfig.json style: format code for consistency and readability 2025-01-28 08:27:37 +01:00
tsconfig.spec.json style: format code for consistency and readability 2025-01-28 08:27:37 +01:00

HotelManager

This project was generated with Angular CLI version 18.1.4.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.