Skip to content

Instantly share code, notes, and snippets.

@nathan-lapinski
Created December 29, 2018 15:50
Show Gist options
  • Save nathan-lapinski/ef40f82a4f584f9b0df4aaff75670237 to your computer and use it in GitHub Desktop.
Save nathan-lapinski/ef40f82a4f584f9b0df4aaff75670237 to your computer and use it in GitHub Desktop.
should reuse example
shouldReuseRoute(future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean {
return future.routeConfig === curr.routeConfig;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment