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
The body template of lazy-card has a lazy-button custom element. I am getting an error when rendering the lazy-button element. If i remove the lazy-button custom element from the body template, all the ng-templates get rendered properly.
Here is the error thrown in the console.
The text was updated successfully, but these errors were encountered:
I have used a login custom element inside a shell app.
<lazy-login *axLazyElement="'http://localhost:3000/lazy-login/main.js'"></lazy-login>
This is the
login.component.html
file. I have used another lazy loaded element lazy-card.The body template of lazy-card has a lazy-button custom element. I am getting an error when rendering the lazy-button element. If i remove the lazy-button custom element from the body template, all the ng-templates get rendered properly.
Here is the error thrown in the console.
The text was updated successfully, but these errors were encountered: