Skip to content
Discussion options

You must be logged in to vote

The location$ emits as soon as navigation is initiated. You probably want to wait for the document to be loaded:

document$.subscribe(() => {
  console.log("page loaded via instant loading")
})

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wandri
Comment options

Answer selected by wandri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants