EMS/src/app/views/dashboard/dashboard.component.html
Dominik Säume e2acea0096
Some checks failed
Quality Check / Linting (push) Failing after 20s
WIP
2025-01-09 19:34:02 +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>