Angular control flow basics

preview_player
Показать описание
In the latest version of Angular, we’re getting what is known as the new Control Flow syntax for our component templates. It will replace older directives for things like ng if/else, ngSwitch, and ngFor. It will also remove the need to import the Angular Common Module just for simple template logic. In this video we’re going to learn exactly what this change means for us and how to use it. Alright, let’s get to it.

------------------------------------------------------------------------------

🔗 Demo Link:

------------------------------------------------------------------------------

📖 Chapters:
0:00 – Introduction
0:34 – Angular Control Flow syntax for if/else conditions
2:30 – Angular Control Flow syntax for switch statements
4:37 – Angular Control Flow syntax for for loops
6:27 – Angular for loop empty template
6:49 – Angular for loop additional properties
8:49 – The Angular Control Flow migration schematic

------------------------------------------------------------------------------

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

nice, qualitative and realy comprehensive video. Thanks! Kepp doing videos with the same quality, I believe you then gather much more views and subscribers

mirci
Автор

After migrating via a script, the IDE requires replacing the @ symbol in the template text with @ { with { } with } What could be the reason for this error?

krasser
visit shbcf.ru