Skip to content
Snippets Groups Projects

Resolve "[FRONT] Création de la topbar"

Merged Hugo BAYOUD requested to merge 2-front-creation-de-la-topbar into master
6 files
+ 72
6
Compare changes
  • Side-by-side
  • Inline
Files
6
<p>profile works!</p>
<p *ngIf="(currentUser$ | async) as user">
{{ user.email }} - {{ user.pseudo }}
</p>
<p>
<button mat-raised-button routerLink="/bars" color="primary">Liste des bars</button>
<button mat-raised-button routerLink="/photos" color="accent">photos</button>
</p>
\ No newline at end of file
Loading