-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Dynamically load remote js file #356
Comments
+1 |
load the component with es6-promise-loader and make sure the imports to the js files are only in the entry file of the component |
please open again if this is still an issue |
any working example ? |
one example, please |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to create different widgets for our dashboard which are all components. Some of this widgets need to load external javascript files, how can I load this files from component dynamically. I don't want to load them all from index.html, I would load them only on using the component so is there a possibility to load it from component on require?
Should I try to do that with systemjs?
thx
The text was updated successfully, but these errors were encountered: