@yelon/chart
Version:
Cache the dictionary, city data etc.
21 lines (20 loc) • 661 B
TypeScript
import { OnDestroy } from '@angular/core';
import { Observable } from 'rxjs';
import { YunzaiChartConfig } from '@yelon/util/config';
import * as i0 from "@angular/core";
export declare class G2Service implements OnDestroy {
private readonly cogSrv;
private readonly lazySrv;
private _cog;
private loading;
private loaded;
private notify$;
get cog(): YunzaiChartConfig;
set cog(val: YunzaiChartConfig);
constructor();
libLoad(): this;
get notify(): Observable<void>;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<G2Service, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<G2Service>;
}