Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Last active March 25, 2021 19:23
Show Gist options
  • Save dsebastien/e0a1a3fcd00868ed4a9c2a1ba4164351 to your computer and use it in GitHub Desktop.
Save dsebastien/e0a1a3fcd00868ed4a9c2a1ba4164351 to your computer and use it in GitHub Desktop.
<div>
<div class="main-wrapper">
<header>
...
</header>
<main id="main-content" #mainContent>
<router-outlet class="router-flex" (activate)="onActivate($event)"></router-outlet>
</main>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment