FrontendDeveloper.in

Angular question detail

What is index property in ngFor directive?

The index property of the NgFor directive is used to return the zero-based index of the item in each iteration. You can capture the index in a template input variable and use it in the template.

For example, you can capture the index in a variable named indexVar and displays it with the todo's name using ngFor directive as below.

Back to all Angular questions
Get LinkedIn Premium at Rs 399