Farata / angular2typescript

Code samples from the book Angular 2 Development with TypeScript
MIT License
440 stars 270 forks source link

wrong URL in Rest-Request #29

Closed mesrine closed 7 years ago

mesrine commented 7 years ago

Hey,

File: Angular4/http-node-samples/client/src/app/restclientform/product.service.ts Line 12: (solution) return this.http.get(/api/products/${productID})

the original URL (without '/api/) doesn't fit the proxy spezification

Greetings

yfain commented 7 years ago

Thank, @mesrine! I'll fix it here. The thing is that I'm using these code samples for training, and this was the error that I planted on purpose asking students to find the reason of 404 and fix it :)