-
Notifications
You must be signed in to change notification settings - Fork 483
httpservice call did not display in view-source . #568
Comments
Try upgrading Zone.js dependency in your package json to 0.6.23 instead of 21. |
This is something on the Zone side that needs to be fixed, because 23 can potentially cause other issues, but let us know if anything else comes up! |
can you try zone version 0.6.25 which should be tracking http now |
i update zonejs to 23 or 25, if httpservice call web json file ,it work very well .but if i modify src/server.ts to connect localhost mysql on express , in zonejs 23 ,25 condition , could not start / but in zonejs21 condition ,web page could display ok but viewsource have no data, in zonejs23,25 error message [nodemon] starting TypeError: Cannot read property 'on' of undefined |
@percinor can you create an issue in the angular/zone.js repo |
@percinor There's already a PR which solves the issue you encountered. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
when i use httpservice grab data from localhost ,the web page success and display well in tag ul list table.use ngfor,


but these content data did not display in html view-source , did universal rendering table in html work error?
The text was updated successfully, but these errors were encountered: