UNPKG

@ogs-gmbh/ngx-http

Version:

A lightweight Angular library that enhances HTTP functionalities by providing types, static values, and utility functions.

4 lines (3 loc) 197 B
import { FactoryProvider } from "@angular/core"; import { HttpConfig } from "../types/environment-config.type"; export declare const provideHttpConfig: (httpConfig: HttpConfig) => FactoryProvider;