EMS/src/app/views/dashboard/dashboard.component.html

6 lines
227 B
HTML
Raw Normal View History

2024-12-18 13:54:40 +01:00
<p>dashboard works!</p>
2025-01-09 10:44:02 +01:00
<a href="/employee/new">New Employee</a>
<a href="/employee/1">Edit Employee 3</a>
2024-12-19 21:55:15 +01:00
<button mat-button (click)="testInfo()">Test Info</button>
<button mat-button (click)="testError()">Test Error</button>