Relative Content

Tag Archive for angularangular-router

angular Router reuse strategy custom class – inject service

I need to track components that are currently have been detached. I am thinking to use a service for that. I am trying to inject that service into the custom strategy class, but since it does not have a constructor I dont see a way of doing it. Any idea?