0
How to connect express backend to angular9?
I need steps to integrate an express backend's get request to angular 9.
1 Antwort
+ 2
Serve Front-end files as static files. To connect Front-end with Api use your routes. Like localhost:3000/api
I need steps to integrate an express backend's get request to angular 9.