UNPKG

lct-components

Version:
30 lines (29 loc) 839 B
import { HttpHeaders } from '@angular/common/http'; import * as i0 from "@angular/core"; interface Node { nodeName: string; nodeId: string; country: string; commerce: string; } export declare class LctComponentsService { constructor(); storeSelected(): Node; getCorporativeCommerce(_commerce: string): 'FAL' | 'SOD' | 'TOT' | 'CORP' | 'MPL' | 'IKS' | 'Metro'; createHeader(): { headers: HttpHeaders; }; getHeaderJson(): { 'Content-Type': string; Accept: string; 'x-commerce': string; 'x-country': string; 'X-chRef': string; }; getSimpleHeader(): { headers: HttpHeaders; }; static ɵfac: i0.ɵɵFactoryDeclaration<LctComponentsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LctComponentsService>; } export {};