1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-09 16:53:33 +02:00

docs(angular): add else if content (#6841)

This commit is contained in:
J. Degand
2024-08-30 02:02:22 -04:00
committed by GitHub
parent 99054a36a6
commit 90486c2369

View File

@@ -1 +1,8 @@
# @else if
# @else if
With the new control flow syntax, you gain `@else if` conditional blocks, something that is not possible with `@ngIf`. This addition makes the control flow syntax close to what we would write with just plain JavaScript.
Visit the following resources to learn more:
- [@official@Angular Official Docs - @if](https://angular.dev/api/core/@if)
- [@article@Angular @if: Complete Guide](https://blog.angular-university.io/angular-if/)