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
Aside from
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,
I'll check it and open issue.