thank you it works appreciate your efforts
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 ?
hi can you check this video
https://files.fm/u/95cg4yru4z
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?
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