Go to file
2024-10-01 05:48:28 +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 hotel service and integrate into app component 2024-10-01 07:45:24 +02: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 feat: add hotel item component and search functionality 2024-09-10 07:35:29 +02:00
bun.lockb chore: add flake profiles and bun.lockb file 2024-09-10 07:46:21 +02: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 chore: update Angular dependencies to version 18.2.3 2024-09-10 08:11:24 +02:00
package.json chore: update Angular dependencies to version 18.2.3 2024-09-10 08:11:24 +02:00
README.md Initial Commit 2024-08-13 13:11:57 +02:00
renovate.json chore(deps): add renovate.json 2024-09-17 06:51:41 +00:00
sonar-project.properties Add sonar-project.properties 2024-10-01 05:48:28 +00:00
tailwind.config.js feat(Child): add broke message and update button styles 2024-09-03 09:10:37 +02:00
tsconfig.app.json Initial Commit 2024-08-13 13:11:57 +02:00
tsconfig.json Initial Commit 2024-08-13 13:11:57 +02:00
tsconfig.spec.json Initial Commit 2024-08-13 13:11:57 +02: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.