|
|
|
@ -31,18 +31,22 @@ export class AppComponent {
|
|
|
|
|
|
|
|
|
|
## Available Replaceable Components
|
|
|
|
|
|
|
|
|
|
| Component key | Description |
|
|
|
|
|
|----------------------------------------------------|-------------------------|
|
|
|
|
|
| Account.LoginComponent | Login page |
|
|
|
|
|
| Account.RegisterComponent | Register page |
|
|
|
|
|
| Account.ManageProfileComponent | Manage Profile page |
|
|
|
|
|
| Account.AuthWrapperComponent | This component wraps register and login pages |
|
|
|
|
|
| Account.ChangePasswordComponent | Change password form |
|
|
|
|
|
| Account.PersonalSettingsComponent | Personal settings form |
|
|
|
|
|
| Account.TenantBoxComponentInputs | Tenant changing box |
|
|
|
|
|
| FeatureManagement.FeatureManagementComponent | Features modal |
|
|
|
|
|
| Identity.UsersComponent | Users page |
|
|
|
|
|
| Identity.RolesComponent | Roles page |
|
|
|
|
|
| PermissionManagement.PermissionManagementComponent | Permissions modal |
|
|
|
|
|
| SettingManagement.SettingManagementComponent | Setting Management page |
|
|
|
|
|
| TenantManagement.TenantsComponent | Tenants page |
|
|
|
|
|
| Component key | Description |
|
|
|
|
|
| -------------------------------------------------- | --------------------------------------------- |
|
|
|
|
|
| Account.LoginComponent | Login page |
|
|
|
|
|
| Account.RegisterComponent | Register page |
|
|
|
|
|
| Account.ManageProfileComponent | Manage Profile page |
|
|
|
|
|
| Account.AuthWrapperComponent | This component wraps register and login pages |
|
|
|
|
|
| Account.ChangePasswordComponent | Change password form |
|
|
|
|
|
| Account.PersonalSettingsComponent | Personal settings form |
|
|
|
|
|
| Account.TenantBoxComponentInputs | Tenant changing box |
|
|
|
|
|
| FeatureManagement.FeatureManagementComponent | Features modal |
|
|
|
|
|
| Identity.UsersComponent | Users page |
|
|
|
|
|
| Identity.RolesComponent | Roles page |
|
|
|
|
|
| PermissionManagement.PermissionManagementComponent | Permissions modal |
|
|
|
|
|
| SettingManagement.SettingManagementComponent | Setting Management page |
|
|
|
|
|
| TenantManagement.TenantsComponent | Tenants page |
|
|
|
|
|
|
|
|
|
|
## What's Next?
|
|
|
|
|
|
|
|
|
|
- [Custom Setting Page](./Custom-Setting-Page.md)
|
|
|
|
|