Aufteilung details in user & listings, listings by user
This commit is contained in:
@@ -12,7 +12,7 @@ export class LoadingService {
|
||||
|
||||
public isLoading$ = this.loading$.asObservable().pipe(
|
||||
map((loading) => loading.length > 0),
|
||||
debounceTime(100),
|
||||
debounceTime(200),
|
||||
distinctUntilChanged(),
|
||||
shareReplay(1)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user