Skip to content

Commit

Permalink
fixup! docs: update issue template and Gotchas guide
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru authored and alan-agius4 committed Jul 7, 2020
1 parent cc6f717 commit 2aab22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gotchas.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ longer than needed on the server could result in suboptimal rendering.
> It may be worth brushing up on the JavaScript event loop and learning the difference between microtasks
> and macrotasks, if you don't know it already. [Here's](https://javascript.info/event-loop) a good reference.
## My X, Y, Z won't finish before render!
## My HTTP, Firebase, WebSocket, etc. won't finish before render!

Similarly to the above section on waiting for macrotasks to complete, the flip-side is that the platform will
not wait for microtasks to complete before finishing the render. In Angular Universal, we have patched the
Expand Down

0 comments on commit 2aab22f

Please sign in to comment.