feat: init
This commit is contained in:
11
src/http/index.ts
Normal file
11
src/http/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { HttpFeature } from '@ngify/http';
|
||||
|
||||
export function provideHttpClient() {
|
||||
// todo
|
||||
throw new Error('todo!');
|
||||
}
|
||||
|
||||
export function withInterceptorsFromDi(): HttpFeature {
|
||||
// todo
|
||||
throw new Error('todo!');
|
||||
}
|
||||
Reference in New Issue
Block a user