Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(): remove @Injectable decorator from HttpInterceptorService (#377)
we can remove this decorator since this service isnt intended to be injected alone, it needs to be provided via factory. (e.g. Router)
- Loading branch information