This commit is contained in:
henrydays 2018-09-09 18:34:02 +01:00
parent cb9d2ad722
commit 55e5e039b6
5 changed files with 9 additions and 3 deletions

View File

@ -27,7 +27,7 @@ namespace api.Data
// if(!VerifyPasswordHash(password,user.passwordhash,user.passwordsalt))
// return null;
//return null;
return user;

Binary file not shown.

View File

@ -11,7 +11,7 @@
<small>Control panel</small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li><a (click)="teste()" ><i class="fa fa-dashboard"></i> {{nome}}</a></li>
<li class="active">Dashboard</li>
</ol>
</section>

View File

@ -10,7 +10,13 @@ export class DashboardComponent implements OnInit {
constructor(private router: Router) { }
nome = 'henrique';
ngOnInit() {
}
teste() {
console.log('putas');
this.router.navigate(['profile']);
}
}

View File

@ -1,7 +1,7 @@
<ion-header>
<ion-navbar>
<ion-title>
About
gfdgggdasad
</ion-title>
</ion-navbar>
</ion-header>