0
sroman.acc created
Good morning, greetings.
We're trying to obtain the source code for the lpx-settings
component, which references the application's general settings for the Angular ABP used by LeptonX, but we haven't found it.
We need it to customize the buttons and options displayed in this component. Could you provide it? Thank you very much in advance.
1 Answer(s)
-
0
Hi,
lpx-settings
component comes from@volosoft/ngx-lepton-x
. You can use the following command to add the related package with the source code:abp add-package @volosoft/ngx-lepton-x --with-source-code
Then, you can find the
settings.component.ts
and the relevant HTML file and replace the component as you wish.Regards.