1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-04-04 07:22:26 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)