As long as ngOnInit
isn’t called twice without an intervening ngOnDestroy
, what’s the problem? If the page containing these components has been cached, but is not currently visible, why is it bad that the subscriptions are persisting in this state?
↧
NgOnInit issues with routing
↧