I have a problem with getting data from my node.js server.
The client side is:
public getTestLines() : Observable { let hea
If this is going to be rest API => http://localhost:3003/get_testlines
then use @CrossOrigin(origins = "*") to solve the cross domain issue