add form to create employee

This commit is contained in:
2025-01-08 10:03:26 +01:00
parent 10ead075a7
commit d96a0342d0
6 changed files with 104 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="!space-y-6">
<div class="!flex !justify-between !items-center">
<h2 class="!text-2xl !font-semibold !text-gray-900">Employee Directory</h2>
<button mat-flat-button color="primary" class="!bg-blue-600 !text-white">
<button mat-flat-button color="primary" class="!bg-blue-600 !text-white" (click)="showCreateEmployeeModal()">
<mat-icon class="!mr-2">add</mat-icon>
Add Employee
</button>