https://github.com/sblsreddy/hotel-management-app
https://github.com/sblsreddy/hotel-management-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sblsreddy/hotel-management-app
- Owner: sblsreddy
- Created: 2024-08-20T18:37:18.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-20T23:45:47.000Z (10 months ago)
- Last Synced: 2025-01-08T13:54:15.317Z (6 months ago)
- Language: TypeScript
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HotelManagementApp
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.2.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app 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](https://karma-runner.github.io).
## 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](https://angular.io/cli) page.
## ##########################################################
Microsoft Windows [Version 10.0.19045.4780]
(c) Microsoft Corporation. All rights reserved.C:\Users\Latitude\eclipse-workspace\angular-frontend\TheModernAngularBootcamp\hotel-management-app>ng serve -o
✔ Browser application bundle generation complete.Initial Chunk Files | Names | Raw Size
vendor.js | vendor | 1.97 MB |
polyfills.js | polyfills | 294.63 kB |
styles.css, styles.js | styles | 170.86 kB |
main.js | main | 50.15 kB |
runtime.js | runtime | 6.54 kB || Initial Total | 2.48 MB
Build at: 2024-08-20T18:38:22.716Z - Hash: c9767e41bcfb43a2 - Time: 27975ms
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
√ Compiled successfully.
✔ Browser application bundle generation complete.Initial Chunk Files | Names | Raw Size
main.js | main | 7.48 kB |
runtime.js | runtime | 6.54 kB |3 unchanged chunks
Build at: 2024-08-20T18:38:36.959Z - Hash: d0b44c6f30455d50 - Time: 614ms
√ Compiled successfully.
✔ Browser application bundle generation complete.5 unchanged chunks
Build at: 2024-08-20T18:38:37.365Z - Hash: d0b44c6f30455d50 - Time: 350ms
√ Compiled successfully.
C:\Users\Latitude\eclipse-workspace\angular-frontend\TheModernAngularBootcamp\hotel-management-app>ng generate module home
CREATE src/app/home/home.module.ts (190 bytes)C:\Users\Latitude\eclipse-workspace\angular-frontend\TheModernAngularBootcamp\hotel-management-app>ng generate component home --module=homee
CREATE src/app/home/home.component.html (19 bytes)
CREATE src/app/home/home.component.spec.ts (612 bytes)
CREATE src/app/home/home.component.ts (267 bytes)
CREATE src/app/home/home.component.css (0 bytes)
UPDATE src/app/home/home.module.ts (261 bytes)C:\Users\Latitude\eclipse-workspace\angular-frontend\TheModernAngularBootcamp\hotel-management-app>ng g m reservation
CREATE src/app/reservation/reservation.module.ts (197 bytes)C:\Users\Latitude\eclipse-workspace\angular-frontend\TheModernAngularBootcamp\hotel-management-app>ng g c reservation-form --module=reservation
CREATE src/app/reservation-form/reservation-form.component.html (31 bytes)
CREATE src/app/reservation-form/reservation-form.component.spec.ts (690 bytes)
CREATE src/app/reservation-form/reservation-form.component.ts (314 bytes)
CREATE src/app/reservation-form/reservation-form.component.css (0 bytes)
UPDATE src/app/reservation/reservation.module.ts (320 bytes)C:\Users\Latitude\eclipse-workspace\angular-frontend\TheModernAngularBootcamp\hotel-management-app>ng g c reservation-list --module=reservation
CREATE src/app/reservation-list/reservation-list.component.html (31 bytes)
CREATE src/app/reservation-list/reservation-list.component.spec.ts (690 bytes)
CREATE src/app/reservation-list/reservation-list.component.ts (314 bytes)
CREATE src/app/reservation-list/reservation-list.component.css (0 bytes)
UPDATE src/app/reservation/reservation.module.ts (441 bytes)C:\Users\Latitude\eclipse-workspace\angular-frontend\TheModernAngularBootcamp\hotel-management-app>ng g service reservation/reservation
CREATE src/app/reservation/reservation.service.spec.ts (382 bytes)
CREATE src/app/reservation/reservation.service.ts (140 bytes)C:\Users\Latitude\eclipse-workspace\angular-frontend\TheModernAngularBootcamp\hotel-management-app>ng g interface models/reservation
CREATE src/app/models/reservation.ts (33 bytes)