5 lines
227 B
HTML
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>
|