在角度4

时间:2017-08-24 05:26:28

标签: angular

我们没有在angular 4应用程序中使用路由。由于缺少路由,我无法有效使用ngDestroy()并取消订阅隐藏组件的订阅。我怎么能这样做?有可能吗?

if(componentIsVisible==true){
subscribe...
}

else {
        this.ngUnsubscribe.next();
        this.ngUnsubscribe.complete();
      }

0 个答案:

没有答案