Hi Team,
Why public site always generated in MVC UI, even in angular teamplate ?
I'm building a competetion portal and it has too many functionality for end users on (public site)
and the client insest to have the public site in Angular, What is your recommendations please ?
ABP Framework version: v7.2.2
UI type: Angular
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): yes
[ ] 1-When chooseing sqlite database , the database file MyProjec.db does not created in the write place , please check the free version it's creating the database file in the write place ...
<br> <br>
When trying to create a new project with Basic theme it faild in compiling , as it still generate code depend on LeptonX theme not basic theme .
I have external Data source that provide REST services used for mobile application and I want to manage this datasource from inside ABP solution
Ex:
https://api.backendless.com/{APIkey}/{app key}/data/Merchant
and I want to implement some screens inside ABP that consume these REST services and use ApplicationService and crud features in CrudAppService
that can't be done without using a class that implement IEntity which I can't do as the data is not in ABP database
what should I do