elements
elements copied to clipboard
Lazy load Angular Elements (or any other web components / custom elements ) with ease!
I have created an example at https://stackblitz.com/edit/angular-extensions-elements-loading?file=src/app/app.component.html If the element I am trying to reference is not included in the specified URL, I would expect an error message (as I...
When using @angular/cli to create WebComponents one ends up with at least 2 files for each WebComponent: main.js and styles.js. But the elementConfig only supports a single URL per element....
how to notify component that element is loaded?
My objective is to display skeleton loading for my web-component. This skeleton loading should be part of the DOM until the first data request from the web-component emits. To accomplish...
hi, i am using *axLazyElementDynamic to lazy load dynamic component. very similar to the dynamic demo in the docs. the configuration is an Array retrieved from the server. the problem...
Hi There, This is more of a doubt rather an issue. Does the lib support loading of a element which is built using differential build? If yes, is there an...
We need to have reloading capability that could be called whenever a URL fails to load (maybe because of the network issues).
If you make multiple calls to `LazyElementsModule.forFeature(options),` ... you will only get the last configuration and lose references to other configs.  In LazyElementModule constructor: ``` if (elementConfigsMultiProvider &&...
Hi 👋 I have encountered the following issue with this package: it is impossible to dynamically resolve URLs at runtime while still compiling using AOT. I have a use case...
Hello everybody, i have a problem with "multiple different dynamic elements I would like to load 2 web components. The second compnent always uses the js-file of the first component....