Activities of "jacky_me"

<abp-page [title]="'AbpIdentity::Roles' | abpLocalization" [toolbar]="data.items"> <div id="identity-roles-wrapper" class="card"> <div class="card-body"> <abp-extensible-table [data]="data.items" [recordsTotal]="data.totalCount" [list]="list" ></abp-extensible-table> </div> </div>

<abp-modal [(visible)]="isModalVisible" [busy]="modalBusy"> <ng-template #abpHeader> <h3>{{ (selected?.id ? 'AbpIdentity::Edit' : 'AbpIdentity::NewRole') | abpLocalization }}</h3> </ng-template>

&lt;ng-template #abpBody&gt;
  &lt;form [formGroup]=&quot;form&quot; (ngSubmit)=&quot;save()&quot; [validateOnSubmit]=&quot;true&quot;&gt;
    &lt;abp-extensible-form [selectedRecord]=&quot;selected&quot;&gt;&lt;/abp-extensible-form&gt;
  &lt;/form&gt;
&lt;/ng-template&gt;

&lt;ng-template #abpFooter&gt;
  &lt;button type=&quot;button&quot; class=&quot;btn btn-outline-primary&quot; abpClose&gt;
    {{ 'AbpIdentity::Cancel' | abpLocalization }}
  &lt;/button&gt;
  &lt;abp-button iconClass=&quot;fa fa-check&quot; [disabled]=&quot;form?.invalid&quot; (click)=&quot;save()&quot;&gt;{{
    'AbpIdentity::Save' | abpLocalization
    }}&lt;/abp-button&gt;
&lt;/ng-template&gt;

</abp-modal>

<abp-permission-management #abpPermissionManagement="abpPermissionManagement" *abpReplaceableTemplate=" { inputs: { providerName: { value: 'R' }, providerKey: { value: providerKey }, visible: { value: visiblePermissions, twoWay: true }, hideBadges: { value: true } }, outputs: { visibleChange: onVisiblePermissionChange }, componentKey: permissionManagementKey }; let init = initTemplate " (abpInit)="init(abpPermissionManagement)" > </abp-permission-management> </abp-page>

Can't bind to 'abpReplaceableTemplate' since it isn't a known property of 'abp-permission-management' (used in the 'RolesManagementComponent' component template).

  1. If 'abp-permission-management' is an Angular component and it has the 'abpReplaceableTemplate' input, then verify that it is included in the '@Component.imports' of this component.
  2. If 'abp-permission-management' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
  3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component.

How to customize the user management UI

how to get PageToolbarComponent source code

Showing 1 to 3 of 3 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.2.0-preview. Updated on January 20, 2026, 07:04
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.