Skip to content
Snippets Groups Projects

Resolve "Redigere bruker"

Merged Jonny Ngo Luong requested to merge 13-edit-user into master
Files
16
<p>user-profile works!</p>
<p>Userid: {{user.getUserId}}</p>
<p>username: {{user.getUsername}}</p>
<p>email: {{user.getEmail}}</p>
\ No newline at end of file
<p>email: {{user.getEmail}}</p>
<!-- <app-button (click)="editUser()" text="Rediger"></app-button> -->
<a href="/profil/rediger">
<app-button text="Rediger"></app-button>
</a>
\ No newline at end of file
Loading