Learn how to build dynamic UI using `@if`, `@for` and `@switch` blocks with several examples
1 min
v.18.x
Fabio Biondi
Google Developer Expert Microsoft MVP
Learn how to create dynamic HTML templates in Angular with several basic examples, the creation of a TabBar and a multi-step navigation using control flow blocks :
1
@if: conditionally render blocks
2
@switch: a block directly inspired by the JavaScript `switch` statement
3
@for: create dynamic lists
4
Learn how to work with dynamic list creating a a TODO list