标签: angular
我们没有在angular 4应用程序中使用路由。由于缺少路由,我无法有效使用ngDestroy()并取消订阅隐藏组件的订阅。我怎么能这样做?有可能吗?
ngDestroy()
if(componentIsVisible==true){ subscribe... } else { this.ngUnsubscribe.next(); this.ngUnsubscribe.complete(); }