multi-tenant-angular
multi-tenant-angular copied to clipboard
TenantModule is missing the providers for the interceptor
I think that the TenantModule is missing:
...
imports: [CommonModule],
providers: [
{
provide: HTTP_INTERCEPTORS,
useClass: TenantInterceptor,
multi: true
}
]