Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created November 17, 2018 18:45
Show Gist options
  • Save arturovt/1c6fa7007236f0f5953716a210c54847 to your computer and use it in GitHub Desktop.
Save arturovt/1c6fa7007236f0f5953716a210c54847 to your computer and use it in GitHub Desktop.
this.currentUrlTree = createEmptyUrlTree();
export function createEmptyUrlTree() {
return new UrlTree(new UrlSegmentGroup([], {}), {}, null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment