EMS/src/app/views/dashboard/dashboard.component.html
Dominik Säume d6ac8aaeaf
Some checks failed
Quality Check / Linting (push) Failing after 20s
WIP
2025-01-09 04:13:06 +01:00

5 lines
227 B
HTML

<p>dashboard works!</p>
<a href="/employee/new">New Employee</a>
<a href="/employee/1">Edit Employee 3</a>
<button mat-button (click)="testInfo()">Test Info</button>
<button mat-button (click)="testError()">Test Error</button>