fix: fix some tests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { HttpFeature, HttpInterceptor } from '@ngify/http';
|
||||
import { InjectionToken } from 'injection-js';
|
||||
export { HttpParams, HttpParamsOptions } from './params';
|
||||
|
||||
export const HTTP_INTERCEPTORS = new InjectionToken<readonly HttpInterceptor[]>(
|
||||
'HTTP_INTERCEPTORS'
|
||||
|
||||
Reference in New Issue
Block a user