Update modules/openapi-generator/src/main/resources/typescript-rxjs/runtime.mustache

Co-Authored-By: denyo <hacker.bernd@gmail.com>
This commit is contained in:
Esteban Marin
2019-01-15 10:38:13 +01:00
committed by GitHub
parent d4c5318e7d
commit 26f65ca4ce

View File

@@ -1,6 +1,6 @@
// tslint:disable
{{>licenseInfo}}
import { Observable, of } from 'rxjs';
import { Observable, of, throwError } from 'rxjs';
import { ajax, AjaxResponse } from 'rxjs/ajax';
import { map, concatMap } from 'rxjs/operators';