From 58b5b5214ed1d55e314b674202c7eb9fcd1793b7 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Fri, 30 Aug 2024 02:00:02 -0400 Subject: [PATCH] docs(angular): add case content (#6843) --- .../angular/content/case@cHC2MH50CbUSMRZV4QGJI.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/case@cHC2MH50CbUSMRZV4QGJI.md b/src/data/roadmaps/angular/content/case@cHC2MH50CbUSMRZV4QGJI.md index 5a719d592..8c5a7bb4a 100644 --- a/src/data/roadmaps/angular/content/case@cHC2MH50CbUSMRZV4QGJI.md +++ b/src/data/roadmaps/angular/content/case@cHC2MH50CbUSMRZV4QGJI.md @@ -1 +1,8 @@ -# @case \ No newline at end of file +# @case + +If no `@case` matches the `@switch` condition and there is no `@default` block, nothing is shown. Otherwise, the content inside the `@case` that matches the condition will be displayed. + +Visit the following resources to learn more: + +- [@official@Angular Official Docs - @switch](https://angular.dev/guide/templates/control-flow#switch-block---selection) +- [@article@Angular @switch: Complete Guide](https://blog.angular-university.io/angular-switch/) \ No newline at end of file