We're building out Angular elements for a project at work and came across something weird, but maybe it's not that weird...
The Angular Elements containing script import on the page must come after the element reference (which I guess makes sense, but when the order is reversed IE the element reference in the DOM comes before the script import, nothing happens. No error message, no element binding no nothing.)
Is this expected behavior? Should the element reference always come before the script import?