This project was generated using Angular CLI version 19.0.6.
To start a local development server, run:
ng serve
Once 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.
Code scaffolding Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
Before running the project, make sure to set the API_URL value in the environment files located in src/environments.
For development, update src/environments/environment.ts:
export const environment = {
production: false,
apiURL: 'http://localhost:3000', // Replace with your development API URL
};For production, update src/environments/environment.prod.ts: