From c9a0de250eb458983bb380cbda2d271fd93f4447 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:51:14 -0400 Subject: [PATCH] docs(angular): add @if content (#6371) * docs(angular): add @if content * Update src/data/roadmaps/angular/content/if@U1Zy2T-2ki9pDkXn9hn-I.md --------- Co-authored-by: Kamran Ahmed --- .../roadmaps/angular/content/if@U1Zy2T-2ki9pDkXn9hn-I.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/if@U1Zy2T-2ki9pDkXn9hn-I.md b/src/data/roadmaps/angular/content/if@U1Zy2T-2ki9pDkXn9hn-I.md index 20b4c0b4d..348c4b76a 100644 --- a/src/data/roadmaps/angular/content/if@U1Zy2T-2ki9pDkXn9hn-I.md +++ b/src/data/roadmaps/angular/content/if@U1Zy2T-2ki9pDkXn9hn-I.md @@ -1 +1,8 @@ -# @if \ No newline at end of file +# @if + +The @if block conditionally displays its content when its condition expression is truthy. Content is added and removed from the DOM based on the evaluation of conditional expressions in the @if and @else blocks. + +Visit the following resources to learn more: + +- [@official@Angular Official Docs - @if](https://angular.dev/api/core/@if) +- [@video@Narrow Down signal value type within an if statement](https://egghead.io/lessons/angular-narrow-down-angular-s-signal-value-type-within-an-if-statement) \ No newline at end of file