Skip to content

Commit e06ef30

Browse files
authored
Merge pull request #277 from Worthy7/remove-rxjs-compat
Remove rxjs compat
2 parents 526c5be + cf83ba4 commit e06ef30

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

angular/nswag/service.config.nswag

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"runtime": "Default",
33
"swaggerGenerator": {
44
"fromSwagger": {
@@ -34,7 +34,6 @@
3434
"markOptionalProperties": false,
3535
"generateCloneMethod": true,
3636
"typeStyle": "Class",
37-
"extensionCode": "service.extensions.ts",
3837
"generateDefaultValues": true,
3938
"excludedTypeNames": [],
4039
"handleReferences": false,
@@ -137,4 +136,4 @@
137136
"output": null
138137
}
139138
}
140-
}
139+
}

angular/nswag/service.extensions.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

angular/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@
6464
"toastr": "^2.1.2",
6565
"ts-helpers": "^1.1.2",
6666
"web-animations-js": "^2.3.1",
67-
"zone.js": "0.8.26",
68-
"rxjs-compat": "^6.0.0-rc.0"
67+
"zone.js": "0.8.26"
6968
},
7069
"devDependencies": {
7170
"@angular/cli": "^6.0.8",

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
/* tslint:disable */
1+
/* tslint:disable */
22
//----------------------
33
// <auto-generated>
44
// Generated using the NSwag toolchain v11.17.14.0 (NJsonSchema v9.10.52.0 (Newtonsoft.Json v9.0.0.0)) (http://NSwag.org)
55
// </auto-generated>
66
//----------------------
77
// ReSharper disable InconsistentNaming
88

9-
import 'rxjs/add/operator/finally';
109
import { mergeMap as _observableMergeMap, catchError as _observableCatch } from 'rxjs/operators';
1110
import { Observable, from as _observableFrom, throwError as _observableThrow, of as _observableOf } from 'rxjs';
1211
import { Injectable, Inject, Optional, InjectionToken } from '@angular/core';
@@ -3176,4 +3175,4 @@ function blobToText(blob: any): Observable<string> {
31763175
reader.readAsText(blob);
31773176
}
31783177
});
3179-
}
3178+
}

0 commit comments

Comments
 (0)