0
youssef created
- 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 Answer(s)
-
0