Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active March 30, 2020 10:01
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/ef56369c08efac7fe5c3a2a2e2bf2de1 to your computer and use it in GitHub Desktop.
Save bjoerntx/ef56369c08efac7fe5c3a2a2e2bf2de1 to your computer and use it in GitHub Desktop.
<h1>Main View</h1>
<nav>
<a routerLink="/home" routerLinkActive="active">Home</a>
<br>
<a (click)="removeEditor()" routerLink="/textcontrol" routerLinkActive="active">
Document Editor
</a>
</nav>
<router-outlet></router-outlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment