Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created August 29, 2022 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/aff15c300c048a437ad2726ab1e38f6c to your computer and use it in GitHub Desktop.
Save lydemann/aff15c300c048a437ad2726ab1e38f6c to your computer and use it in GitHub Desktop.
// Schedule navigation manually to reduce Total Blocking Time (TTB)
setTimeout(() =>
this.router.navigate()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment