@alauda-fe/common
Version:
Alauda frontend team common codes.
14 lines (13 loc) • 447 B
TypeScript
import * as i0 from "@angular/core";
export interface ApiGatewayState {
apiAddress: string;
assetsHostPath: string;
assetsURLPath: string;
}
export declare class ApiGatewayService {
private readonly http;
private readonly state$;
getApiAddress(): import("rxjs").Observable<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<ApiGatewayService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ApiGatewayService>;
}