Intermediate commit

This commit is contained in:
Giuseppe Digilio
2019-03-08 19:49:07 +01:00
parent f0a6d7ac3d
commit 52906e71c4
40 changed files with 845 additions and 140 deletions

View File

@@ -37,9 +37,5 @@ export class UserMenuComponent implements OnInit {
// set user
this.user$ = this.store.pipe(select(getAuthenticatedUser));
this.user$.subscribe((user) => {
console.log(user, user.name);
})
}
}