@firestitch/api
Advanced tools
Comparing version 18.0.6 to 18.0.7
import { InjectionToken } from '@angular/core'; | ||
export declare const FS_API_REQUEST_INTERCEPTOR: InjectionToken<any[]>; | ||
export declare const FS_API_PRE_REQUEST_INTERCEPTOR: InjectionToken<any[]>; | ||
export declare const FS_API_RESPONSE_INTERCEPTOR: InjectionToken<any[]>; | ||
export declare const FS_API_PRE_RESPONSE_INTERCEPTOR: InjectionToken<any[]>; | ||
export declare const FS_API_RESPONSE_HANDLER: InjectionToken<any[]>; | ||
export declare const FS_API_CONFIG: InjectionToken<any[]>; |
@@ -19,3 +19,3 @@ import { DomSanitizer } from '@angular/platform-browser'; | ||
private _preRequestInterceptors; | ||
private _responseInterceptors; | ||
private _preResponseInterceptors; | ||
private _responseHandler; | ||
@@ -27,3 +27,3 @@ events: any[]; | ||
private _responseBodyHandlers; | ||
constructor(_http: HttpXhrBackend, _sanitizer: DomSanitizer, _config: IModuleConfig, _httpInterceptors: HttpInterceptor[], _requestInterceptors: HttpInterceptor[], _preRequestInterceptors: HttpInterceptor[], _responseInterceptors: HttpInterceptor[], _responseHandler: FsApiResponseHandler); | ||
constructor(_http: HttpXhrBackend, _sanitizer: DomSanitizer, _config: IModuleConfig, _httpInterceptors: HttpInterceptor[], _requestInterceptors: HttpInterceptor[], _preRequestInterceptors: HttpInterceptor[], _preResponseInterceptors: HttpInterceptor[], _responseHandler: FsApiResponseHandler); | ||
createApiFile(url: string | (string | number)[], config?: FsApiFileConfig): FsApiFile; | ||
@@ -30,0 +30,0 @@ get queue(): Queue; |
{ | ||
"name": "@firestitch/api", | ||
"version": "18.0.6", | ||
"version": "18.0.7", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -18,2 +18,2 @@ export { FsApiModule } from './app/fs-api.module'; | ||
export { FsApiImagePipe } from './app/pipes'; | ||
export { FS_API_RESPONSE_INTERCEPTOR } from './app/fs-api-injectors'; | ||
export { FS_API_PRE_RESPONSE_INTERCEPTOR } from './app/fs-api-injectors'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
257971