This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.1.
This app uses in memory db for creating, deleting and editing and getting calendar events. For simplicity only 1 hr events can be created
## Development server
# Dev Dependencies
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.
**ANGULAR: v18.1.1**
**NODE.JS: v22.5.1**
**NPM: v10.8.2**
## Code scaffolding
## Development server
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`.
1. Run `npm i` if node_modules are not installed
2. Run `npm start` on root of this project
3. After build app will be accessible on [Live Server](http://localhost:4200)
## Build
## Build
@@ -21,7 +25,3 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
## Running end-to-end tests
## 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.
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.dev/tools/cli) page.