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

pull/6823/head^2
J. Degand 3 months ago committed by GitHub
parent 99054a36a6
commit 90486c2369
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      src/data/roadmaps/angular/content/else-if@ys5untkSppGMFK-VsfuRt.md

@ -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/)
Loading…
Cancel
Save