This project was generated using Angular CLI version 20.0.2.
To start a local development server, run:
ng serve -o
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.
To start a local mock backend server using port 3001, run:
npm run mock-api
Make API calls as in a real backend server