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

5 lines
145 B
HTML
Raw Normal View History

2024-12-18 13:54:40 +01:00
<p>dashboard works!</p>
2024-12-19 21:55:15 +01:00
<button mat-button (click)="testInfo()">Test Info</button>
<button mat-button (click)="testError()">Test Error</button>