Tomek (@developertomek) 's Twitter Profile
Tomek

@developertomek

Software Developer 💻 | AI Enthusiast 🤖

ID: 987416627338674176

calendar_today20-04-2018 19:44:04

15,15K Tweet

1,1K Followers

769 Following

Tomek (@developertomek) 's Twitter Profile Photo

When your frontend and backend run separately in development, API calls can get messy - dealing with full URLs, CORS issues. (Angular) Create proxy.conf.json Then run ng serve --proxy-config proxy.conf.json Instead of full links you can just: this.http.get('/api/users');

When your frontend and backend run separately in development, API calls can get messy - dealing with full URLs, CORS issues.

(Angular)
Create proxy.conf.json
Then run ng serve --proxy-config proxy.conf.json

Instead of full links you can just: this.http.get('/api/users');
Tomek (@developertomek) 's Twitter Profile Photo

I built a login page so simple it hurts. Forgot your password? Check under the monitor. No reset function-blame the user, not me.😎