Answered step by step
Verified Expert Solution
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: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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started