Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Students also viewed these Databases questions