-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onLoad hook #30
Comments
Can you please elaborate a bit more about the use case? The |
hello @tomastrajan, so, if I need the instance of the lazy-component I need just that?
With the
|
Hi @BossOz ! It all depends on the use case. Could you describe what are you trying to achieve? Your current snippet uses dynamic element which will then change once loaded ao I dont know what would happen at that case as I did not try that yet. For |
I need something like this because I need to initialize my elements using a standard methods. For example: |
@BossOz so your element is not an Angular element but standard web component ? Cuz this library focuses on that other use case to make it possible to In your case, even if |
@tomastrajan hello dude! |
Hi @tomastrajan, Is there a way to use this hook inline like so? |
how to notify component that element is loaded?
The text was updated successfully, but these errors were encountered: