tomwanzek / d3-ng2-service

A D3 service for use with Angular.
MIT License
205 stars 42 forks source link

Property 'getBoundingClientRect' does not exist on type 'BaseType'. Property 'getBoundingClientRect' does not exist on type 'Window'. #117

Closed GregSithole closed 6 years ago

GregSithole commented 6 years ago

Hi

My code works fine but I have an idea that if I ng build my project, it will fail based on the following error that I am receiving.

Property 'getBoundingClientRect' does not exist on type 'BaseType'. Property 'getBoundingClientRect' does not exist on type 'Window'.

The following is my code:

const svg_x = d3 .select(this) .node() .getBoundingClientRect().x;

Please can you help