add value to .next()
This commit is contained in:
parent
ff9dad3ce7
commit
d11b54bb11
@ -60,11 +60,11 @@ export class ErrorService {
|
||||
}
|
||||
|
||||
setOnline(): void {
|
||||
this._online$.next();
|
||||
this._online$.next(true);
|
||||
}
|
||||
|
||||
clear(): void {
|
||||
this._error$.next();
|
||||
this._error$.next(undefined);
|
||||
}
|
||||
|
||||
private _offline() {
|
||||
|
||||
@ -34,7 +34,7 @@ export class FilterService {
|
||||
}
|
||||
|
||||
refresh(): void {
|
||||
this._refresh$.next();
|
||||
this._refresh$.next(true);
|
||||
}
|
||||
|
||||
toggleFilter(filterGroupSlug: string, key: string): void {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user