Custom layout usage with Lepton X components
First, The custom layout component should be created and implemented for the Angular application. Related content can be found in the Component Replacement Document
After creating a custom layout, these imports should be imported in the app.module.ts
file because the modules contain definitions of the Lepton X components.
Here is the simplified version of the side-menu-layout.ts
file. Only the ABP Component Replacement code has been removed.
Add this code to your application template and customize it as desired.