Skip to content

Instantly share code, notes, and snippets.

@xErik
Last active February 16, 2022 19:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xErik/27cccfeec33548ab1c921740f1f73aa8 to your computer and use it in GitHub Desktop.
Save xErik/27cccfeec33548ab1c921740f1f73aa8 to your computer and use it in GitHub Desktop.
Angular 8 | Bootstrap 4 | Footer at bottom of viewscreen OR after long page content
<app-header></app-header>
<section class="container">
<router-outlet></router-outlet>
</section>
<app-footer class="mt-auto"></app-footer>
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<!-- bla -->
</head>
<body class="h-100">
<app-root class="d-flex flex-column h-100"></app-root>
<noscript
>Please enable JavaScript to continue using this application.</noscript
>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment