feat: init

This commit is contained in:
2025-01-30 20:02:28 +08:00
parent da0d9855da
commit 1785df25e2
125 changed files with 8601 additions and 4725 deletions

11
src/http/index.ts Normal file
View 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!');
}