mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
save
This commit is contained in:
@@ -56,9 +56,13 @@ export class DespachosPage implements OnInit {
|
||||
//Inicializar segment
|
||||
this.segment = "despachos";
|
||||
this.LoadList();
|
||||
this.authService.userData$.subscribe((res:any)=>{
|
||||
console.log(res);
|
||||
});
|
||||
/* this.authService.userData$.subscribe((res:any)=>{
|
||||
//console.log(res);
|
||||
}); */
|
||||
|
||||
let u = this.authService.userData$.toPromise();
|
||||
console.log(u);
|
||||
|
||||
}
|
||||
segmentChanged(ev: any) {
|
||||
this.LoadList();
|
||||
|
||||
Reference in New Issue
Block a user