Browse Source

update: multi tenancy page

pull/23285/head
sumeyye 1 year ago
parent
commit
998218406b
  1. 13
      docs/en/framework/ui/angular/multi-tenancy.md

13
docs/en/framework/ui/angular/multi-tenancy.md

@ -133,12 +133,9 @@ Example:
```ts
import { TENANT_NOT_FOUND_BY_NAME } from '@abp/ng.core';
@NgModule({
imports: [
// removed for clarity
],
export const appConfig: ApplicationConfig = {
providers: [
// removed for clarity
// removed for clarity
{
provide: TENANT_NOT_FOUND_BY_NAME,
useFactory: function () {
@ -148,11 +145,7 @@ import { TENANT_NOT_FOUND_BY_NAME } from '@abp/ng.core';
},
},
],
declarations: [AppComponent],
bootstrap: [AppComponent],
})
export class AppModule {}
};
```
## See Also

Loading…
Cancel
Save