ngx-lightweight-charts
Version:
Angular wrapper for Trading View lightweight-charts
7 lines (6 loc) • 327 B
TypeScript
import { Provider } from "@angular/core";
import { SeriesType } from "lightweight-charts";
import { TVChart } from "../../core";
export declare const tvChartProvider: Provider;
export declare const tvChartProviderWithExistenceCheck: Provider;
export declare function tvChartProviderFactory<T extends SeriesType>(): TVChart<T>;