Installation instructions
Step 1. Install Node modules
npm i
Step 2. Setup api url in file at src/environments/environment.ts
api url must be the same as node url
api url must not end with /
example : http://localhost:3000
Step 3. Run the project:
ng serve