You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in the elementConfig, its working only if we add multiple entries for the each component with the same file url.
If a solution exists for the above, please let me know.
If solution doesn't exists, my suggestions would be:
Making the tag as a pattern match { tag: 'component-*', url: 'assets/component-file.js'}
Match the element also with a attribute instead of the element-tag <component-one tag-attr *axLazyElement></component-one> { attribute-tag: 'tag-attr', url: 'assets/component-file.js'}
The text was updated successfully, but these errors were encountered:
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 in the elementConfig, its working only if we add multiple entries for the each component with the same file url.
If a solution exists for the above, please let me know.
If solution doesn't exists, my suggestions would be:
{ tag: 'component-*', url: 'assets/component-file.js'}
<component-one tag-attr *axLazyElement></component-one>
{ attribute-tag: 'tag-attr', url: 'assets/component-file.js'}
The text was updated successfully, but these errors were encountered: