feat: add createEmployee method and button click handler
This commit is contained in:
parent
582e115285
commit
ca26b84cc6
2 changed files with 5 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
</div>
|
||||
<p class="text-body-tertiary">Search for a propertiy of an Employee. eg. First Name</p>
|
||||
</form>
|
||||
<button class="add-button">Add employee</button>
|
||||
<button (click)="createEmployee()" class="add-button">Add employee</button>
|
||||
</div>
|
||||
|
||||
<table class="employee-table">
|
||||
|
|
Reference in a new issue