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:1.Remove the logic of the employee object (created in Module 3Assignment) from employee.component.ts file2.Create an emplist array in employee.component.ts file.3.The emplist array must contain the following details:Employee IDFirst NameLast NameSalaryDOBEmail4.Populate the table created in Module 3Assignmentby using the emplist array.(Preferably, add details of four employees)5.In the template,use structural directive *ngFor to loop through the emplistarray.6.Createanew directives folder. 7.Inside this folder create a new file color.directive.ts8.Add 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!