ngx-d3-wrapper
Version:
A D3 service for Angular applications
15 lines (14 loc) • 321 B
TypeScript
import * as d3 from 'd3';
import * as i0 from "@angular/core";
/**
* Type of D3.
*/
export type D3 = typeof d3;
/**
* D3 service.
*/
export declare class NgxD3Service {
getD3(): D3;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxD3Service, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgxD3Service>;
}