Pergunta de entrevista da empresa GlobalHunt

How to use ngFor in a tag?

Resposta da entrevista

Sigiloso

3 de dez. de 2022

The ngFor directive is used to build lists and tables in the HTML templates. In simple terms, this directive is used to iterate over an array or an object and create a template for each element.