Skip to content

Commit 67f05a3

Browse files
committed
use @gorniv/ngx-transfer-http
1 parent f1583d0 commit 67f05a3

File tree

9 files changed

+2902
-8246
lines changed

9 files changed

+2902
-8246
lines changed

package-lock.json

Lines changed: 2883 additions & 7981 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@
2727
"@angular/animations": "6.0.0",
2828
"@angular/common": "6.0.0",
2929
"@angular/compiler": "6.0.0",
30-
"@angular/core": "6.0.0",
30+
"@angular/core": "6.0.2",
3131
"@angular/forms": "6.0.0",
3232
"@angular/http": "6.0.0",
3333
"@angular/platform-browser": "6.0.0",
3434
"@angular/platform-browser-dynamic": "6.0.0",
3535
"@angular/router": "6.0.0",
3636
"@angular/service-worker": "6.0.0",
37+
"@gorniv/ngx-transfer-http": "1.0.1",
3738
"@nguniversal/common": "6.0.0",
3839
"@nguniversal/express-engine": "6.0.0",
3940
"@nguniversal/module-map-ngfactory-loader": "6.0.0",
@@ -44,8 +45,8 @@
4445
"core-js": "2.5.5",
4546
"ngx-cookie-service": "1.0.10",
4647
"node-fetch": "2.1.2",
47-
"npm": "^6.0.0",
4848
"rxjs": "6.1.0",
49+
"rxjs-compat": "6.1.0",
4950
"rxjs-tslint": "^0.1.3",
5051
"zone.js": "0.8.26"
5152
},

src/app/home/home.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Component, OnInit, Inject } from '@angular/core';
22

33
import { AppStorage } from '@shared/for-storage/universal.inject';
4-
import { TransferHttpService } from '@shared/transfer-http';
4+
import { TransferHttpService } from '@gorniv/ngx-transfer-http';
55

66
@Component({
77
selector: 'app-home',

src/app/shared/shared.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ModuleWithProviders, NgModule } from '@angular/core';
22

33
import { LayoutsModule } from './layouts/layouts.module';
44
import { SharedMetaModule } from './shared-meta';
5-
import { TransferHttpModule } from './transfer-http';
5+
import { TransferHttpModule } from '@gorniv/ngx-transfer-http';
66

77
@NgModule({
88
exports: [

src/app/shared/transfer-http/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/app/shared/transfer-http/transfer-http.module.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/app/shared/transfer-http/transfer-http.service.ts

Lines changed: 0 additions & 246 deletions
This file was deleted.

src/app/transfer-back/transfer-back.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Component, OnInit, Inject } from '@angular/core';
22

33
import { AppStorage } from '@shared/for-storage/universal.inject';
4-
import { TransferHttpService } from '@shared/transfer-http';
4+
import { TransferHttpService } from '@gorniv/ngx-transfer-http';
55

66
@Component({
77
selector: 'app-transfer-back',

yarn.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@
134134
dependencies:
135135
tslib "^1.9.0"
136136

137-
"@angular/[email protected].0":
138-
version "6.0.0"
139-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.0.0.tgz#785cc8a37b7fb784a6b7dcbd0984abb4f10e5dfe"
137+
"@angular/[email protected].2":
138+
version "6.0.2"
139+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.0.2.tgz#d183730d73182a4590a5d71083db45655f210e69"
140140
dependencies:
141141
tslib "^1.9.0"
142142

@@ -188,6 +188,12 @@
188188
dependencies:
189189
tslib "^1.9.0"
190190

191+
192+
version "1.0.1"
193+
resolved "https://registry.yarnpkg.com/@gorniv/ngx-transfer-http/-/ngx-transfer-http-1.0.1.tgz#f6b6ef1f7af85bf0174806c7467ad7a408c02233"
194+
dependencies:
195+
tslib "^1.7.1"
196+
191197
"@mrmlnc/readdir-enhanced@^2.2.1":
192198
version "2.2.1"
193199
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -8802,6 +8808,10 @@ tsickle@^0.27.2:
88028808
source-map "^0.6.0"
88038809
source-map-support "^0.5.0"
88048810

8811+
tslib@^1.7.1:
8812+
version "1.9.1"
8813+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"
8814+
88058815
tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@~1.9.0:
88068816
version "1.9.0"
88078817
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"

0 commit comments

Comments
 (0)