Angular Dart from the Beginning: 13 ngFor

preview_player
Показать описание
In this video, we introduce a number of new features. The *ngFor structural directive allows you to loop through any iterable. We introduce the following concepts:
let - keyword to declare a variable with scope in the element only
var or # - keyword to declare variable with scope including the entire template
Static typing does not seem to work when looping through with *ngFor
Рекомендации по теме
Комментарии
Автор

Awesome tutorials Richards. I've learned a lot so far from them. Keep your good job my friend. I appreciate your effort to teach us. Thank you!

Machiuka
Автор

It is important not to put a ';' before the last quote otherwise it won't compile correctly

stealthysubie