Angular 2 Tutorial #20 - ngFor

preview_player
Показать описание
----- COURSE LINKS:

---------------------------------------------------------------------------------------------
You can find more front-end development tutorials on CSS, HTML, JavaScript, jQuery, WordPress & more on the channel homepage...

========== PSD to WordPress Playlist ==========

============== The Net Ninja =====================

================== Social Links ==================

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

thank you so much, i was struggling to understand this for a while, but you've explained it so easily

FunkyRC
Автор

btw, is there any way to loop *ngFor? Example:
<div *ngFor="let student of students">
<div *ngFor="let marks of student">
<div>
<div>

antoniochacon
Автор

Hey, great tutorial! How do I make the filter pipe also search for the belts as well if the name doesn't match

bobthebuilder
Автор

everyday im checking your channel for new tutorials of this serie . please add more fast friend

mertakman
Автор

nice tut as always. I can't wait for the firebase + angular2 tut. I have been trying to use firebase with angular 2 but unfortunately without much success :(

TheUgur
Автор

It's amazing how good you are with explaining. Company gave me some paid course to watch, I cannot understand a thing that guy is saying. Please make a tutorial for Angular 5 ;)

SatineDiamond
Автор

is it somewhat similar like ng-repeat in angularjs??

charan
Автор

Hi, I'm running into some trouble with [ngStyle].
When I put :

paraStyle = { 'font-size': this.fontsize, ...} ;

in ts file, and then load it in html file:

<p [ngStyle]="paraStyle ">blah blah</p>

It won't work! However,

<p [ngStyle]="{ 'font-size': fontsize, ...}">blah blah</p>

works fine. Could you please tell me why is that? Thanks!

chenxuanwang
Автор

How do we do "yes" in the view screen if the value from database is "0"?
which method should be used in angular?

esrauctepe
Автор

i have a set of questions rendered with ngFor, if the student is done with attempt i would like to give him a retry ...in this case i would like to reload the divs enclosed with ngFor... how to do that?

anandsunku
Автор

I have a question. When you starts to write an html tag (<h2>), editor adds final tag (</h2>) automaticcaly. What package did you install in Atom to do this?

d.mateos
Автор

I made a git repository for the code that gets generated during this lesson. You can get it like this:


bessiemalek