ngOnInit() { this.authService.authState.subscribe((user) => { this.user = user; this.loggedIn = (user != null); console.log(this.user); }); }