Update to have a configuration file out of the
app bundle.
This commit is contained in:
@@ -7,9 +7,8 @@ import { map } from "rxjs/operators";
|
||||
import { User } from "../models/user";
|
||||
import { BaseService } from "./base.service";
|
||||
|
||||
@Injectable({
|
||||
providedIn: "root"
|
||||
})
|
||||
|
||||
@Injectable({ providedIn: "root" })
|
||||
export class AuthenticationService extends BaseService {
|
||||
private currentUserSubject: BehaviorSubject<User>;
|
||||
public currentUser: Observable<User>;
|
||||
|
||||
Reference in New Issue
Block a user