multi-tenant-angular icon indicating copy to clipboard operation
multi-tenant-angular copied to clipboard

TenantModule is missing the providers for the interceptor

Open mfechner opened this issue 5 years ago • 0 comments

I think that the TenantModule is missing:

  ...
  imports: [CommonModule],
  providers: [
    {
      provide: HTTP_INTERCEPTORS,
      useClass: TenantInterceptor,
      multi: true
    }
  ]

mfechner avatar Sep 17 '19 09:09 mfechner