This project was generated using Angular CLI version 21.0.5.
To start a local development server, run:
# start Angular Project
ng serve
# start json-server for api
json-server --watch db.jsonOnce the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.
json-server running on http://localhost:3000/locations
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
ng generate component component-nameng generate --helpng buildng testng e2e