0

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?

cobolstinks
  • 6,801
  • 16
  • 68
  • 97
  • Is this referring to the new cutting edge ng6 elements? https://blog.angular.io/version-6-of-angular-now-available-cc56b0efa7a4#d524 - If so, I suggest you clarify that since most people will be unfamiliar with them and you will get downvoted ... +1 to help you out ;) – danday74 Oct 08 '18 at 20:51
  • yeap absolutely. Bleeding edge baby – cobolstinks Oct 08 '18 at 20:57

0 Answers0