angular-extensions / elements

Lazy load Angular Elements (or any other web components / custom elements ) with ease!
https://angular-extensions.github.io/elements/
MIT License
315 stars 40 forks source link

The `isModule` property of a `ElementConfig` is ignored. #123

Closed apokralipsa closed 1 year ago

apokralipsa commented 2 years ago

It seems that the isModule attribute of a ElementConfig is currently ignored. The element can still be marked as a module by using *axLazyElement="null; module: true", but having to do it in every usage doesn't seem intentional.

I can provide a PR with some tests and a fix.