Closed
Description
At development time our teem needs to proxy AJAX-requests with urls that match certain patterns/regexes to a different machine running the application backend.
Is this use-case already covered but not yet documented by ng serve
?
If not I would like to propose this as a feature:
- pass an array of strings/regexes to
ng serve
- if any of those strings/regexes match the url of the request then proxy the request to a configurable ip/port
If this however is not in the scope of ng serve
, what benefits would our team lose if we were NOT using ng serve
in the dev-workflow at all?