This section contains examples related to control flow in Angular.
| # | Block | Example | Description | Live Demo |
|---|---|---|---|---|
| 1 | @if | If Block | Show/hide content with signals | 🔗 Demo |
| 2 | @for | For Block | List rendering with signals | 🔗 Demo |
| 3 | @switch | Switch Block | Switch-case rendering with signals | 🔗 Demo |