Maybe just guide me to the correct article?
I referred tothis one but no luck:
https://abp.io/support/questions/140/Using-Dynamic-HttpApiClient-resulting-in-401-Unauthorized
referring to this, also tired it:
https://abp.io/docs/latest/Samples/Microservice-Demo#passing-the-access-token-1
I have looked at replacing a component. found article that I needed https://abp.io/support/questions/7925/How-to-Add-extended-property-of-tenant-and-view-it-in-another-tab-in-create-tenant-Modal
Curious:
for replacing the createTenantModal what will my replacecomponent key be
this.replaceableComponents.add({ component: TenantSettingsComponent, key: ?? });
Please advise