Activities of "nabass"

thank you it works appreciate your efforts

this is my server URLs but okay i changed the code as image below and i got same error i think error not in angular maybe within appsetting files is there something should i do ?

import { Environment } from '@abp/ng.core';

const baseUrl = 'http://posmini.devtest.sale-erp.com';

const oAuthConfig = { issuer: 'https://devtest.sale-erp.com/', redirectUri: baseUrl, clientId: 'HorizonERP_App', responseType: 'code', scope: 'offline_access HorizonERP', requireHttps: true, };

export const environment = { production: true, application: { baseUrl, name: 'HorizonERP', }, oAuthConfig, apis: { default: { url: 'https://devtest.sale-erp.com', rootNamespace: 'HorizonERP', }, AbpAccountPublic: { url: oAuthConfig.issuer, rootNamespace: 'AbpAccountPublic', }, } } as Environment;

Hi all steps and all configurations that make angular work is in images i mentioned is there a steps i miss ?

when run angular application i got this error all configurations are good .... response is 200 all is well why this error

  • ABP Framework version: v8.0.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
Answer

hi can you check this video

https://files.fm/u/95cg4yru4z

Answer

hi is there another place should i change the title my be within backend project or specific configuration should i do? any thing i miss to solve this issue ? as you saw in the screens so what should i do?

Question

hi sir,, how to change my project title i changed the title within index.html file as normal Angular project and environment.ts but still got this title where can i find it ??

  • ABP Framework version: v8.0.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

hi i have multi module project 1- i created module (core) , (items) 2- created core => company page with logic , items => product page with logic 3- now i have already bult-in tenant page i want to transfer these pages to tenant page to be in one model so i faced this error i mentioned before tenant page can not read any properties from another modules

finally i want to create wizard component like this (if you can share code of it) https://x.leptontheme.com/side-menu/custom-pages/wizard-horizontal

but each steps of them hold page from another module how to do that

hi sir i have an entity (company) with it's logic and pages this entity within (core) module now i want to transfer company createModal page to tenant page to make user when he add new tenant add new company add year add product ..... etc so i my work will be within tenant screen i created cs class and cshtml cs class without errors but cshtml i got error

  • ABP Framework version: v8.0.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
Showing 1 to 10 of 169 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 26, 2024, 06:07