Last active
December 28, 2021 14:16
-
-
Save NyaGarcia/12332185a8532bdde97367364eedb9fd to your computer and use it in GitHub Desktop.
Creating the dashboard component
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
<mat-toolbar></mat-toolbar> | |
<div class="background"> | |
<h1>Welcome to the NgBytes Dashboard</h1> | |
<h2>Built with <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