python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
NGRX effect stale R3Injector after destroying and reinitialising module
I am attempting to use module federation along with ngrx store & ngrx effects in my webapp which is all in working order for the most part. However, I wish to destroy my NgModuleRef when switching...
Tom
Votes: 0
Answers: 0
Angular/RxJs - Calling next() on Observable in service after component was unsubscribe() cause ObjectUnsubscribedError
I have an Angular Service that defines a public Subject. Later under some condition, the service will call .next() on this Subject.
In addition, I have an Angular component that .subscribe() to this S...
Gil Epshtain
Votes: 0
Answers: 2