Skip to content
Snippets Groups Projects

Resolve "Frontend: Bruker form"

Merged Jonny Ngo Luong requested to merge 8-frontend-bruker-form into master
All threads resolved!
5 files
+ 108
8
Compare changes
  • Side-by-side
  • Inline
Files
5
<p>user-login-form works!</p>
<div class="loginForm">
<h3>Login</h3>
<app-text-input [(inputModel)]="username" label="Brukernavn" (blur)="checkForm()"></app-text-input>
<app-text-input [(inputModel)]="password" label="Passord" (blur)="checkForm()"></app-text-input>
<p>{{statusMessage}}</p>
<app-button (click)="loginUser()" text="Login"></app-button>
</div>
Loading