NetanelBasal
5/15/2017 - 3:32 PM

guard3.routes.ts

  canActivateChild( route : ActivatedRouteSnapshot, state : RouterStateSnapshot ) {
    return this.authService.isLoggedIn().take(1);
  }