Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Last active December 28, 2021 22:50
Show Gist options
  • Save NyaGarcia/704a5ef9d1a87e5935df25deab805aac to your computer and use it in GitHub Desktop.
Save NyaGarcia/704a5ef9d1a87e5935df25deab805aac to your computer and use it in GitHub Desktop.
Creating the dashboard component
<mat-toolbar><a (click)="logout()">Log out</a></mat-toolbar>
<div class="background">
<h1>Welcome to the NgBytes Dashboard</h1>
<h2>Built with &lt;3 by Dottech</h2>
<a
target="_blank"
class="btn"
href="https://github.com/puntotech/ngbytes-fireauth"
>
Click here to view the source code
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment