elements
elements copied to clipboard
Lazy load Angular Elements (or any other web components / custom elements ) with ease!
Fixes #123 There might be more similar cases introduced when the `strict` mode was being enabled in `tsconfig.json`. I am not aware of them as I am mostly configuring elements...
Hello, I think it can work like [ngx-quicklink](https://www.npmjs.com/package/ngx-quicklink) does using [Intersection Observer](https://github.com/mgechev/ngx-quicklink/blob/0fe4a8d9b8a1f02c31fbef8c410b01a21ef66f51/projects/ngx-quicklink/src/lib/link-handler.service.ts#L37-L38) and [requestIdleCallback](https://github.com/mgechev/ngx-quicklink/blob/0fe4a8d9b8a1f02c31fbef8c410b01a21ef66f51/projects/ngx-quicklink/src/lib/link-handler.service.ts#L21-L35) taking advantage of browser idle optimizing module download but now modeled to component download. I recommend...
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...
Hi team, The work you have been doing here is terrific, I'm looking something similar for React, do you know if a version of this library is available for React?...
I'm trying to build a global sandbox to launch MiroApps which has different set of input data values. So i have built a UI screen for user to input his...
Hello, Kindly requesting to support: ``` ``` Such functionality - within *shadow-root* element. FYI -> https://gist.github.com/hoisel/1f9691e937f6dc0bfd3f2080eb7f9369 -> This might be useful. Kind Regards, Oleg Lukasonok
hi, i'm using LazyElementsLoaderService.loadElement(url) to get my lazy stuff. facing a scenario where the url does not exist, and getting 404 in console. how do i handle (catch) such scenario...
I have used a login custom element inside a shell app. `` This is the `login.component.html` file. I have used another lazy loaded element lazy-card. ``` Header Body Hello Footer...
It more of a suggestion than a issue. We have a scenario where we have grouped multiple web components in a single file. But while specifying the respective file url...
I have an angular app which has two apps and one shell app. Micro app : home and aboutus Shell app : cz-app In shell app I have one page...