Question: Perform the following operations to build the application: 1 . Remove the logic of the employee object ( created in Module 3 Assignment ) from
Perform the following operations to build the application:Remove the logic of the employee object created in Module Assignment from employee.component.ts fileCreate an emplist array in employee.component.ts fileThe emplist array must contain the following details:Employee IDFirst NameLast NameSalaryDOBEmailPopulate the table created in Module Assignmentby using the emplist array.Preferably add details of four employeesIn the template,use structural directive ngFor to loop through the emplistarrayCreateanew directives folder. Inside this folder create a new file color.directive.tsAdd the logic to color.directive.ts filesuch that, whenever mouse moves over a row in the table, that row must be highlighted
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
