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
I am also getting this issue with latest Angular version, seems like issue is something else not related to Angular 7.
For some components it works fine but randomly it throws this exception, probably something to do with Angular page cycle which keeps ngOnDestroy readonly till initialization is over. Tried to debug but couldn't figure out the root problem.
Adding
pipe(untilDestroyed(this))
to all subscriptions made in our components makes some components to cause runtime errors.Like this one:
Versions
@angular/*: 7.0.0
ngx-take-until-destroy: 5.2.3
The text was updated successfully, but these errors were encountered: