Skip to content

Instantly share code, notes, and snippets.

@Burgov
Created October 2, 2017 09:37
Show Gist options
  • Save Burgov/a1c06e79a1d233f90b87ffe32902d9e9 to your computer and use it in GitHub Desktop.
Save Burgov/a1c06e79a1d233f90b87ffe32902d9e9 to your computer and use it in GitHub Desktop.
this.route.params.take(1).subscribe(params => {
this.initializer.initialize()
.subscribe(
() => { this.router.navigateByUrl(params['returnUrl'] || '/', {clearHistory: true}) },
() => { this.router.navigateByUrl(params['returnUrl'] || '/', {clearHistory: true}) }
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment