forked from loafle/openapi-generator-original
typescript: added conditional for Subscriber importing (#7266)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// tslint:disable
|
||||
{{>licenseInfo}}
|
||||
import { Observable, of, Subscriber } from 'rxjs';
|
||||
import { Observable, of{{#withProgressSubscriber}}, Subscriber{{/withProgressSubscriber}} } from 'rxjs';
|
||||
import { ajax, AjaxRequest, AjaxResponse } from 'rxjs/ajax';
|
||||
import { map, concatMap } from 'rxjs/operators';
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
import { Observable, of, Subscriber } from 'rxjs';
|
||||
import { Observable, of } from 'rxjs';
|
||||
import { ajax, AjaxRequest, AjaxResponse } from 'rxjs/ajax';
|
||||
import { map, concatMap } from 'rxjs/operators';
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
import { Observable, of, Subscriber } from 'rxjs';
|
||||
import { Observable, of } from 'rxjs';
|
||||
import { ajax, AjaxRequest, AjaxResponse } from 'rxjs/ajax';
|
||||
import { map, concatMap } from 'rxjs/operators';
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
import { Observable, of, Subscriber } from 'rxjs';
|
||||
import { Observable, of } from 'rxjs';
|
||||
import { ajax, AjaxRequest, AjaxResponse } from 'rxjs/ajax';
|
||||
import { map, concatMap } from 'rxjs/operators';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user