Skip to content

Commit 86a19b6

Browse files
author
Vitor Durante
committed
Update service-proxies mapping
1 parent a63bb83 commit 86a19b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

angular/src/shared/service-proxies/service-proxies.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2843,4 +2843,6 @@ function blobToText(blob: any): Observable<string> {
28432843
}
28442844
reader.readAsText(blob);
28452845
});
2846-
}
2846+
}
2847+
2848+
import 'rxjs/add/operator/finally';

0 commit comments

Comments
 (0)