trying to get request handling in the right order

This commit is contained in:
lotte
2019-11-07 17:04:32 +01:00
parent 836492d2af
commit e04d13402b
4 changed files with 13 additions and 12 deletions

View File

@@ -113,6 +113,7 @@ export class RemoteDataBuildService {
href$ = observableOf(href$);
}
href$.subscribe(href => console.log('request url: ', href));
const requestEntry$ = href$.pipe(getRequestFromRequestHref(this.requestService));
const tDomainList$ = requestEntry$.pipe(
getResourceLinksFromResponse(),