Skip to content

Instantly share code, notes, and snippets.

@manivelarjunan
Created December 2, 2018 22:33
Show Gist options
  • Save manivelarjunan/0e5166aee39f89767ad1e71b6daacc2e to your computer and use it in GitHub Desktop.
Save manivelarjunan/0e5166aee39f89767ad1e71b6daacc2e to your computer and use it in GitHub Desktop.
<div *ngIf="isUserLoggedIn">
<p>
Welcome {{user.name}}
</p>
</div>
<div *ngIf="!isUserLoggedIn">
<p>
user is NOT logged In.
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment