Chore: ng lint using the recommended @angular-eslint style
This commit is contained in:
@ -14,9 +14,9 @@ const JWT_USER = 'JWT_USER';
|
||||
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class AuthService {
|
||||
private currentUserSubject: BehaviorSubject<User | null> = new BehaviorSubject<User | null>(null);
|
||||
public currentUser: Observable<User | null>;
|
||||
public device: Device;
|
||||
private currentUserSubject: BehaviorSubject<User | null> = new BehaviorSubject<User | null>(null);
|
||||
|
||||
constructor(private http: HttpClient, private cs: CookieService) {
|
||||
this.checkStorage();
|
||||
|
||||
Reference in New Issue
Block a user