Skip to content
Snippets Groups Projects
profile.component.html 180 B
Newer Older
<p *ngIf="(currentUser$ | async) as user">
	{{ user.email }} - {{ user.pseudo }}
</p>
<p>
	<button mat-raised-button routerLink="/bars" color="primary">Liste des bars</button>
</p>