Newer
Older
Website / src / app / admin / admin.component.html
@lukas lukas on 3 Apr 2022 186 bytes add login functionality
<h1>Hello {{account.username}}!</h1>
<h2>Welcome to the admin panel</h2>

<p>There is nothing to do here yet...</p>

<button mat-raised-button routerLink="/">Go to the home page</button>