UNPKG

@ngx-config/http-loader

Version:

Loader for ngx-config that provides application settings using http

9 lines (8 loc) 303 B
import { HttpClient } from '@angular/common/http'; import { ConfigLoader } from '@ngx-config/core'; export declare class ConfigHttpLoader implements ConfigLoader { private readonly http; private readonly endpoint; constructor(http: HttpClient, endpoint?: string); loadSettings(): any; }