Angular 4 Tutorial 10: *ngFor

preview_player
Показать описание
Learn what *ngFor is in Angular and how to make use of it to iterate over objects and arrays in Angular.

Рекомендации по теме
Комментарии
Автор

This playlist has been really good so far, its helping me better understand the documentation. I look forward to seeing you do an 'A5' tutorial.

darkthrongrising
Автор

Thank u so much for giving explanation about ngFor and ngIf

ExploreWithSathiz
Автор

Hi There.. based on your examples, I tried to apply the "blueColor" directive on "li - list item" like this:
<li *ngIf="even" blueColor>{{i}}. {{language.name}} - {{language.type}}</li>
but it is removing odd numbered li.
Can you please tell us how to achieve that?

dheerajpatidar
Автор

have a question, for example we have:
{name: 'html', type:'frontend', websites: { {name: 'codedamn', website:'codedamn.com'}, {name: 'w3school', website:'w3school.org'} } }
how can i loop websites with each name-type couple

noyanidin
Автор

Angular2 allows duplicate values in *ngFor. how can i use SET in *ngfor for unique values.

nagaraju
Автор

Thanks For All i want use ngFor Random help me

hgecegq