Last active
March 25, 2021 19:23
-
-
Save dsebastien/e0a1a3fcd00868ed4a9c2a1ba4164351 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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