Açık Kapalı

Replaceable Components #1978


User avatar
0
bozkan oluşturuldu

The documentation at https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement says

You can replace some ABP components with your custom components.

I wonder what components are replacable exactly? Is there a list of replacable components/pages? Or how can I verify that a built-in component/page is replacable.

For instance, I wonder if the following UIs are replacable?

  • Organization Unit management page
  • Users detail page - Organization selection tab
  • User list page

1 Cevap
  • User Avatar
    0
    bunyamin oluşturuldu

    Hello,

    That's a good question, I guess we haven't made that clear. We will update the docs and plan to work on a better API.

    For now, I can give you a hint of how to find which components are replaceable. Every ABP package exports an enum that contains the name of the replaceable components. To discover them, you can simply look at the node_modules. E.g. The @volo/abp.ng.identity package marks the following components as replaceable

Made with ❤️ on ABP v8.2.0-preview Updated on Mart 25, 2024, 15:11