Skip to content

Instantly share code, notes, and snippets.

@umutyerebakmaz
Created January 6, 2020 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umutyerebakmaz/88d9ca6b704048e5417b9644d3328b89 to your computer and use it in GitHub Desktop.
Save umutyerebakmaz/88d9ca6b704048e5417b9644d3328b89 to your computer and use it in GitHub Desktop.
<div *ngIf="user && meQuery$ | async as meQuery" class="reader-up container" fxLayout="row" fxLayoutAlign="space-between">
<div *ngIf="user.id === meQuery.me.id">
<button>PROFİLİMİ GÜNCELLE</button>
</div>
.... other components.....
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment