I find many examples where ActivatedRoute Observables like params or url are subscribed but not unsubscribed. constructor(private route: ActivatedRoute) {} ng
I need to get my current route without params in Angular 2, I found a way to get the current route with params as follows: this.router.url and then split it