load-script
load-script copied to clipboard
How to load web components from Angular
Hey guys, I'm trying to load web components inside of non-angular projects, and I'm looking at load-script as a solution, do you guys have any examples of this?
This would work the same as using a script tag, so if the web component adds variables onto global/window, it'll work the same way with this way of loading.