-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
v3.0.0 #69
v3.0.0 #69
Conversation
@matteobruni What can I do to help? |
The init management needs to be moved away from the component like in the new React v3 package here: https://github.com/tsparticles/react#typescript-support---object A function that is called once per application where you load the plugins needed, instead of having it in the component, that could be called multiple times. Also a solution for supporting older Angular versions would be awesome, I still haven't found a good solution for supporting previous Angular versions, I'd like to keep it as much compatible as possible. This is a known issue in v2. |
No description provided.