Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created August 6, 2019 18:21
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 lydemann/818a0c7c632244793c181e3ca801e6bd to your computer and use it in GitHub Desktop.
Save lydemann/818a0c7c632244793c181e3ca801e6bd to your computer and use it in GitHub Desktop.
app.component.html
<div>
<!-- Navigation bar -->
<app-navbar></app-navbar>
<!-- Router outlet-->
<router-outlet></router-outlet>
<!-- Footer -->
<ngx-loadable [module]="'footer'" [show]="true"></ngx-loadable>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment