docs(angular): add default content (#6844)

* docs(angular): add default content

* docs(angular): add space in default content
pull/6874/head
J. Degand 2 months ago committed by GitHub
parent facabb6002
commit 7edee458d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      src/data/roadmaps/angular/content/default@h4MMn0_qUN3YXEdMUJOyd.md

@ -1 +1,8 @@
# @default
# @default
The `@default` clause is used to render a template when none of the `@case` blocks matches the value of the `@switch` conditional. `@default` is optional and can be omitted.
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/)
Loading…
Cancel
Save