UNPKG
d3-ng2-corteva
Version:
latest (1.2.0)
1.2.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
A D3 service for use with Angular.
github.com/tomwanzek/d3-ng2-service
tomwanzek/d3-ng2-service
d3-ng2-corteva
/
src
/
d3.service.d.ts
7 lines
(6 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
d3
from
'./bundle-d3'
;
export
declare
type
D3
=
typeof
d3;
export
declare
class
D3Service
{
constructor
(
);
getD3
():
D3
; }