ngx-gem-spaas
Version:
This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.
16 lines (15 loc) • 685 B
TypeScript
import { Observable } from 'rxjs';
import { LocalStorageService } from 'ngx-gem-spaas';
import { GranularityType } from "../_models/contract.model";
import * as i0 from "@angular/core";
export declare class GranularityService {
private localStorageService;
private LS_GRANULARITY;
private granularity$;
static getGranularityAsString(gran: GranularityType): string;
constructor(localStorageService: LocalStorageService);
newGranularity(gran: GranularityType): void;
onNewGranularity(): Observable<GranularityType>;
static ɵfac: i0.ɵɵFactoryDeclaration<GranularityService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GranularityService>;
}