Anyone know why when I use the following code in Angular and run it on App engine to a nodejs backend also in AppEngine
Since your backend node service is running in App Engine as well, this documentation would apply. Streaming Responses back to the client is not supported. As an alternative, you can try hosting your backend service in a different Google Cloud service, such as Cloud Run that supports response streaming.