Aperto Chiuso

Where to Find angular LeptonX components for customization? #7143


User avatar
0
youssef creato
  • ABP Framework version: v8.1.1
  • UI Type: Angular
  • Database System: EF Core SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue: Found in the abp guide that I am able to customize leptonX by simply replacing the component?
    private replaceableComponents: ReplaceableComponentsService, // injected the service
  ) {
    this.replaceableComponents.add({
      component: YourNewApplicationLayoutComponent,
      key: eThemeLeptonXComponents.ApplicationLayout,
    });
  }

but where to find the angular abp component code so I can clone and customize in a new component? this option leaves me to start from scratch?


1 risposte
  • User Avatar
    0
    liangshiwei creato
    Team di supporto Fullstack Developer

    Hi,

    You can download the Leptonx source code via the ABP suite.

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