load-script icon indicating copy to clipboard operation
load-script copied to clipboard

How to load web components from Angular

Open salymk opened this issue 3 years ago • 1 comments

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?

salymk avatar Apr 11 '22 15:04 salymk

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.

akinnee avatar Jul 10 '22 21:07 akinnee