This repository was archived by the owner on Apr 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 519
Angular 2 in debug mode not working with InputOutputStream #93
Comments
laskoviymishka
added a commit
to laskoviymishka/NodeServices
that referenced
this issue
May 24, 2016
As per discussion on the pull request, |
What is alternatives? |
My bad, didn't mention pr sisscussion |
This was referenced Sep 23, 2020
Open
This was referenced Jan 18, 2022
Open
Open
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
HostingModel
by adding following code inConfigureServices
method:The issue
Page not load, and exception accured
Further technical details
This is pretty easy issue - right now
InputOutputStreamNodeInstance
wait for first recieved data from Node, and claim it as boot function response. With ng2 it not so, since in development mode it everytime produce message:Angular 2 is running in the development mode. Call enableProdMode() to enable the production mode.
To fix this issue we need implement some kind of filtering our result. Root couse placed inside
OnOutputDataReceived
method inInputOutputStreamNodeInstance
class.The text was updated successfully, but these errors were encountered: