Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 14, 2021 16:09
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 bjoerntx/56366348edf42f802334242afa892ddc to your computer and use it in GitHub Desktop.
Save bjoerntx/56366348edf42f802334242afa892ddc to your computer and use it in GitHub Desktop.
<h1>Main View</h1>
<nav>
<a routerLink="/home" routerLinkActive="active">Home</a>
<br>
<a (click)="initializeViewer()" routerLink="/textcontrol" routerLinkActive="active">
Document Viewer
</a>
</nav>
<router-outlet></router-outlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment