1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-09 02:36:40 +02:00

feat(angular): add Control Flow content (#6504)

This commit is contained in:
Konrad Stępień
2024-08-12 10:25:10 +02:00
committed by GitHub
parent 1f2a2421f5
commit 4ec9f2097c

View File

@@ -1 +1,7 @@
# Control Flow # Control Flow
Angular templates support control flow blocks that let you conditionally show, hide, and repeat elements.
Visit the following resources to learn more:
- [@official@Built-in control flow](https://angular.dev/guide/templates/control-flow)