Discussion :: Angular 4
- How would you display a list of Employees on a webpage along with where they were in the list?
A.
Loop through and print the index
|
B.
Loop through and print the employees
|
C.
Loop through and print the index and the employee
|
D.
Pass both the index and the employee to a web service
|
Answer : Option C
Explanation :
Be The First To Comment