-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using with typescript #51
Comments
thanks for reporting @bpiasecki, I'll try to fix this today and I ask you to do some tests |
Can you please test now and let me know ? |
Thanks for fast response :) I can't run app right now but i can see that there're still missing declarations of 'datalist' objects in getClassJenks and getClassJenks2. After that everything should be fine, I tested it before with local changes of these declarations BTW, awesome work with this library! |
Thanks ! Here we go : 504316a |
Is this version published on npm yet? It seems the latest version is still 1.8.0. I encounter same issue in my Angular application. |
@hawklorry : Should be ok, now ! |
It works. Thanks for the quick response. |
My pleasure ! |
What i'm trying to do is to import this package into Angular 8 project with Typescript. Unfortunatelly im getting errors "i is not defined" or "round is not defined", both of variables in all use cases are not declared in source code.
Please fix it by adding 'var' keyword before every 'i' in loops and before round object declaration
The text was updated successfully, but these errors were encountered: