Activities of "masum.ulu"

Hi tony

We provide an component as abp-modal you can use and utilize this component. We didn't create an service to manage modal process or we didn't use this service from Bootstrap. Yet you can still use BS modal service in your project we don't have any plan wrap or use it for now.

Thanks

Hi alina, I've produced this problem, I'll create an internal issue i'll fix it ASAP. Yet currently seems like it'll solved in 9.0.x version

What is ii18 ? can you provide any npmjs link or github repo ?

Question moved to https://abp.io/support/questions/7625/

Hi Akash,

If you wanna customize our exitsing theme package in this case it is @volosoft/abp.ng.theme.lepton-x you can customize 2 things

Styles (css)

  • This theme built top of bootstrap classes which means you can override bootstrap classes
  • Also theme lepton-x have some css classes it self (like border color, text color etc.) you can also override this

Functionality

Using any theme pacakge in abp solution

Aside from

  • overriding css classes
  • extending or replacing any part of theme

Using 2nd css framework like tailwindcss is not a problem for abp solution it's problem it self, even if you don't use the ABP, still you couldn't use multiple css framework at the same time in your project(if you could do it conflict will be still exits) that's why you need to decide which css framework needs to be exits in your project

Using 2nd UI Component Library like (Angular Material, PrimeNG, KendoUI) in ABP solution still you can include, you can create new page and use theme's component inside of it no problem but your css classes might be occurs conflict, it is also common problem without abp, the solution of this problem is choosing one CSS Framework + UI Component Library in ABP Project overriding theme + module packages.

If you only wanna use KendoUI Component Library for abp angular project you need to also deal with creating new app-layout and overriding existing abp angular packages.

You can extends from abp component's like (UsersComponent and etc.) for existing logic just implement the UI side (HTML template)

Hi again, I've created internal issue for your problems.

Hi mert seems like this is another problem I'm creating new issue for this problem and also for last problem in here We can close this question. You can track at other question

Hi, no it's not possible also it's not secure. External logins happens with client_credentials which means we need to store client_secret. That's why SSR in this case auth-server(MVC) is correct choice for social logins etc. we kept this behavior in server side (auth-server) that's why if you wanna use external logins you need to use auhorization code flow

Hi again, no I haven't seen this problem. I'll try to check it

Hi again,

Setting Tab

  • You don't need to localize setting tab name by your own, just provide localization key to name property like below. In the setting-management component it'll localized

Refresh Token Problem

I'll check it and open issue.

Showing 21 to 30 of 289 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on July 08, 2025, 08:19