Explain ngfor directive with an example?
Answer / Deepak Kumar
The ngFor directive is used to repeat an element for each item in a list. Here's an example: `<ul>n <li ngFor="let item of items">{{item}}</li>n</ul>`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is event in angularjs?
How would you make use of ngoninit()?
What is another word for module?
Why do we use ts instead of js?
Explain routing in angularjs?
What is router-outlet directive in angular 2?
What is ngrx?
How to isolate a directive’s scope in angularjs?
What are guards in angular?
What is node js good for?
Do I need angular?
What is angular json file?