I have created custom echarts layer for leaflet which is in javascript.
How to make use of that in Angular 8 using ngx-leaflet?.
Basically i want to know how to create typings.d.ts
file so that i can use that in Angular 8.
Here is the link to my leaflet layers file in javascript. https://codesandbox.io/s/funny-tdd-xo1wm?file=/src/app/chart-layer.js
Any help would be appreciated.