94. ngFor and ngIf Recap
3:36
2 Выступающие
2 Глава
89 сегменты
Выступающие
Глава
-
0:02Глава 1: I prepared a little project, which you as always can find attached to this lecture here, and it's a super simple project. 139s · Speaker 1
I prepared a little project, which you as always can find attached to this lecture here, and it's a super simple project. We got a button where we can toggle to only see odd numbers, but right now we don't see any numbers, because whilst I …
-
2:21
With that, I'm going to comment out the first numbers array. And instead here, I'll loop through all my odd numbers. And output odd here. And of course we can do the same for the even numbers now. So even of even numbers. And now to display…