Skip to content

Instantly share code, notes, and snippets.

@teomanofficial
Created November 27, 2023 20:08
Show Gist options
  • Save teomanofficial/9fb85ed214f7883fd48f64276776fead to your computer and use it in GitHub Desktop.
Save teomanofficial/9fb85ed214f7883fd48f64276776fead to your computer and use it in GitHub Desktop.
Angular New Control Flow Elements If Else
@if (loggedIn) {
The user is logged in
} @else {
The user is not logged in
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment