Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
detb-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo BAYOUD
detb-client
Merge requests
!2
Resolve "[FRONT] Création de la topbar"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "[FRONT] Création de la topbar"
2-front-creation-de-la-topbar
into
master
Overview
0
Commits
2
Pipelines
0
Changes
6
Merged
Hugo BAYOUD
requested to merge
2-front-creation-de-la-topbar
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
6
Expand
Closes
#2 (closed)
Edited
3 years ago
by
Hugo BAYOUD
0
0
Merge request reports
Compare
master
version 1
b1cb88dd
3 years ago
master (base)
and
latest version
latest version
b37d6376
2 commits,
3 years ago
version 1
b1cb88dd
1 commit,
3 years ago
6 files
+
72
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
src/app/profile/profile.component.html
+
0
−
2
Options
<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