Activities of "andmattia"

Answer

The Idea is to have a UI similar at this:

but if you create a module from suite the module use @volo/abp.ng.theme.lepton.

And I set my class like I has describe in fist post.

When I build module import in a final app that use @volosoft/abp.ng.theme.lepton-x some classes not existes (es lepton1)

The html work on Lepton but not in Lepton-x. So it not possibible devleop a component based on lepton (default in module template). I need to convert all module to Lepton-X?

About Lepton-X where I can see a full guide (like a metronic on ASPNET Zero)?

Answer

Hi,

I see this doc but ther'is not a full guide for classes and component.

And about module?

I see and I try

Ok I try.

Thanks

Hi

I try and write my feedback.

Hi,

yes I do and it works but my request (look at imege on first message) is to inject in Manage profile.

can I use

ACCOUNT_MANAGE_PROFILE_TAB_PROVIDERS
...

export function configureTabs(tabs: ManageProfileTabsService) {
 return () => {   

This service is undere AccountPro

Hi

Your link it's refer to setting in administration area my request is to inject in user setting menu

I can do it for single get method or need to be enable for all?

Hi

so I need to create all manually or create a second solution from scratch, copy on my own solution and adjust name/proxy?

Exactly.

I check the permission from gateway api side and it works fine but permission are defined in Application.Contracts reather then Settings that are defined in Domain.

My Ocelot use this config

{
            "DangerousAcceptAnyServerCertificateValidator": true,
            "ServiceKey": "Administration Service",
            "DownstreamPathTemplate": "/api/abp/{everything}",
            "DownstreamScheme": "https",
            "DownstreamHostAndPorts": [
                {
                    "Host": "localhost",
                    "Port": 44367
                }
            ],
            "UpstreamPathTemplate": "/api/abp/{everything}",
            "UpstreamHttpMethod": [
                "Put",
                "Delete",
                "Get",
                "Post"
            ]
        },
        

The output from Angular

And I miss the Setting from the other module/s.

Showing 1 to 10 of 84 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11