-
Notifications
You must be signed in to change notification settings - Fork 27
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
Integrate with Angular #153
Comments
Finally I resolved the problem cloning the repo component and building the library like this:
Then copy the dist results from previous in my angular project, but My question exist any dependency prepared for typescript in angular? |
Sorry for my late reply and the glitch. I honestly don't know why The second issue seems to be a regression of some sorts. |
A new version is out that should fix both issues. Thanks again for bringing them to my attention! |
I tried to integrate this component in angular (16). I started creating a empty Project with started sample for the regl-scatterplot component. When try start the project I obtained these erros:
The first one was resolved installing the D3 Types:
npm i @types/d3-scale --save-dev
But the second one persist
Cannot find module './renderer'
. This is where exist this problem:I don't have any idea to resolve it. Do you have some idea how fix this problem?
The text was updated successfully, but these errors were encountered: