Project

General

Profile

« Previous | Next » 

Revision 62559

Added by John Balasis about 1 year ago

finaly after so much rage it works probaply...

View differences:

authentication.service.ts
25 25
  public isLoggedIn_ = new BehaviorSubject(false);
26 26

  
27 27
  public get isLoggedIn() {
28
    return this.isLoggedIn_.asObservable();
28
    return this.isLoggedIn_;
29 29
  }
30 30

  
31 31
  public loginWithState() {

Also available in: Unified diff