fix: fix observable
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import type { HttpFeature } from '@ngify/http';
|
||||
import type { HttpFeature, HttpInterceptor } from '@ngify/http';
|
||||
import { InjectionToken } from 'injection-js';
|
||||
|
||||
export const HTTP_INTERCEPTORS = new InjectionToken<readonly HttpInterceptor[]>(
|
||||
'HTTP_INTERCEPTORS'
|
||||
);
|
||||
|
||||
export function provideHttpClient() {
|
||||
// todo
|
||||
|
||||
Reference in New Issue
Block a user