Skip to content

Commit cc5f210

Browse files
author
vakrilov
committed
refactor: Minor changes based on PR review
1 parent 7765d81 commit cc5f210

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: nativescript-angular/http-client/http-client.module.ts

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ global.__extends = cachedExtends;
99
import { NSFileSystem } from "../file-system/ns-file-system";
1010
import { NsHttpBackEnd } from "./ns-http-backend";
1111

12-
export { NsHttpBackEnd } from "./ns-http-backend";
13-
1412
@NgModule({
1513
providers: [
1614
NSFileSystem,

Diff for: nativescript-angular/http-client/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from "./http-client.module";
2+
export * from "./ns-http-backend";

Diff for: ng-sample/app/examples/http-client/http-client-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
HttpClient, HTTP_INTERCEPTORS, HttpEventType, HttpErrorResponse,
44
HttpEvent, HttpInterceptor, HttpHandler, HttpRequest
55
} from "@angular/common/http";
6-
import { Observable } from "rxjs/observable";
6+
import { Observable } from "rxjs/Observable";
77
import "rxjs/add/operator/do";
88

99
@Injectable()

0 commit comments

Comments
 (0)