Activities of "muhammedaltug"

Also you need to remove side menu's CSS

{
    "input": "node_modules/@volosoft/ngx-lepton-x/assets/css/side-menu/layout-bundle.css",
    "inject": false,
    "bundleName": "layout-bundle"
},

Hello,

Can you send your app.module.ts?

Hello,

You need to change layout-bundle css file in angular.json

{
    "input": "node_modules/@volosoft/ngx-lepton-x/assets/css/top-menu/layout-bundle.css",
    "inject": false,
    "bundleName": "layout-bundle"
},

Hello,

You can use Dom Insertion Service. You can create Content Strategy with using Content Security Strategy

Hello,

Can you update the MyService configuration like following

{
MyService: {
      url: 'https://localhost:44325',
      rootNamespace: 'CloudBiz.MyService',
    },
}

Hello,

Can you send environment.ts file?

Hello

We created an internal issue about this problem.

As a workaround, you can replace angular/.suite/schematics/commands/entity/files/__modulePath__/_name@kebab__-routing.module.ts.template file manually.

Hello,

Can you try installing ABP Cli after removing User.dotnet\tools\abp.exe file and User.dotnet\tools.store\volo.abp.cli folder?

Entity generation fixed in version 7.0.0

Hello,

The 7.0 final version has not been released yet.

Can you send ABP Suite logs and Coin.json placed in .suite/entities?

ABP Suite logs placed under Windows: %UserProfile%.abp\suite\logs Mac: ~/.abp/suite/logs

Hello,

You can assign permission to requiredPolicy property of the related component's route menu configuration. You can read the document about RoutesService for more information.

routes.add([
    {
        // other route properties
        requiredPolicy: 'ReadPermission',
    },
]);

You can use Permission Directive to manage the visibility of a DOM Element (Create Button)

Showing 41 to 50 of 254 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13