@ogs-gmbh/ngx-http
Version:
A lightweight Angular library that enhances HTTP functionalities by providing types, static values, and utility functions.
15 lines (14 loc) • 628 B
TypeScript
export * from "./common/merge.common";
export * from "./common/connection.common";
export * from "./common/config.common";
export * from "./constants/headers.constant";
export * from "./constants/ports.constant";
export * from "./constants/content-types.constant";
export * from "./constants/protocols.constant";
export * from "./constants/response-types.constant";
export * from "./constants/observe.constant";
export * from "./tokens/environment.token";
export * from "./types/environment-config.type";
export * from "./types/http.type";
export * from "./enums/request.enum";
export * from "./providers/environment.provider";