You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing consumable web components that are meant to live on external sites. They will include a single javascript file from our site to be able to use our components.
If I make some of the code modular and it gets time to load one of these modules on their site and the modules don't live locally on their server, how will ngx-loadable know to go to my CDN to load the module from?
Thank you
Bjorn
The text was updated successfully, but these errors were encountered:
We don't have access to the URL on the remote site. These are web components with internal state only. At some point, we want to load a lazy module but since the site is not ours, not quite sure how to tell it to go to another site to grab the module. I had a look at at this project that you pinned: https://github.com/angular-extensions/elements and it loads via url. Can we do something similar with ngx-loadable?
Hi
I am developing consumable web components that are meant to live on external sites. They will include a single javascript file from our site to be able to use our components.
If I make some of the code modular and it gets time to load one of these modules on their site and the modules don't live locally on their server, how will ngx-loadable know to go to my CDN to load the module from?
Thank you
Bjorn
The text was updated successfully, but these errors were encountered: