Why this Angular applications can't handle the user status (logged in\out) changing the displayed content after that the user logged in?
问题 I am working on an Angular application using AngularUI (the Angular bundle, this one: https://www.npmjs.com/package/firebaseui-angular) to handle user registration\login on Firebase My application also uses AnularFire 2 and I have the following problem trying to handle the user status (if the user is logged in or logged out). This is my home component TypeScript code: import { Component, NgZone, OnInit } from '@angular/core'; import { AngularFireAuth } from '@angular/fire/auth'; import {