Activities of "basavraj.chorgasti"

  • ABP Framework version: 5.1.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

i have use command like this "abp generate-proxy --type ng --module features --url https://localhost:44310/"" but it is not working,and also any common command for generate all the proxy in a single command

  • **ABP Framework version:**5.1.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

****code **** import { Component } from '@angular/core'; import {eSaasComponents} from '@volo/abp.ng.saas/volo-abp.ng.saas' import {eIdentityServerComponents} from '@volo/abp.ng.identity-server/volo-abp.ng.identity-server' import { eThemeLeptonComponents } from '@volo/abp.ng.theme.lepton'; import { NavItemsService } from '@abp/ng.theme.shared'; import { ReplaceableComponentsService,ReplaceableComponents } from '@abp/ng.core'; import { eSettingManagementComponents, } from '@abp/ng.setting-management/abp-ng.setting-management'; import { eAccountComponents } from '@volo/abp.ng.account/public'; import { LoginComponent } from './account/login/login.component'; @Component({ selector: 'app-root', template: <abp-loader-bar></abp-loader-bar> <abp-dynamic-layout></abp-dynamic-layout>, }) export class AppComponent { constructor(private replaceableComponentsService: ReplaceableComponentsService) {} ngOnInit() { this.replaceableComponentsService.add({ key: eAccountComponents.Login, component: LoginComponent, }); } }

Hi i want to customize the header section of the abpio commercial template ,i have tried it with replacement properties then the error is (" Can't bind to 'abpReplaceableTemplate' since it isn't a known property of 'abp-header'.") .so how i can customize the the header section of the abpio template

  • ABP Framework version: 5.1.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: Can't bind to 'abpReplaceableTemplate' since it isn't a known property of 'abp-header'.
  • Steps to reproduce the issue:"

i am using macos Big Slur version 11.0.1

  • Steps to reproduce the issue: dotnet tool install -g Volo.Abp.Cli dotnet tool update -g Volo.Abp.Cli

getting error on following command abp suite install abp suite update abp suite

**Error ** zsh: command not found: abp

I am running the react native application for abp project with mvc jquery and entity framework. My api project run successfully but I get the following error in expo Your urgent help is required thanks.

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