Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created April 5, 2019 13:38
Show Gist options
  • Save arturovt/edef860569ed92b0622086f25cb84d79 to your computer and use it in GitHub Desktop.
Save arturovt/edef860569ed92b0622086f25cb84d79 to your computer and use it in GitHub Desktop.
<ng-template [ngIf]="authorized">
<ng-container>
<button>Profile</button>
<button>Logout</button>
</ng-container>
</ng-template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment