Skip to content
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

Possible to destroy custom elements fully so that services are fully destroyed when it was removed from DOM? #1

Closed
celestale opened this issue Dec 30, 2019 · 0 comments

Comments

@celestale
Copy link

How can I know if custom-component gets removed from DOM so that I can actually destroy services (OnDestroy lifecycle) that was injected to root module?

I see that services that are injected in root do not get destroyed when custom-component gets removed from the DOM as a WebComponent.

ngDoBootstrap(appRef: ApplicationRef, platformRef: PlatformRef) {
        if (environment.build=== 'custom') {
            if (!customElements.get('custom-component')) {
                customElements.define('custom-component', createCustomElement(AppComponent, { injector: this.injector }));
        }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant