Hello theChrisMarsh,
Yes correct source-scss/ng.zip
is needed for Angular.
To add LeptonX code as a project on angular side please try to hit below command at cmd of Angular project or terminal
abp get-source Volo.Abp.LeptonXTheme.Pro --version 2.3.3
you may change version as per your requirement.
please do let me know if it helps you
Thank you, Anjali
Hello theChrisMarsh
abp get-source Volo.Abp.LeptonXTheme.Pro -o LeptonX
You need to download the source, add it to your project and remove the references to the Nuget and replace it with the project reference.
So, you can change the package reference to the project reference and specify the path as the downloaded source code path.
For example:
- <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="2.3.*-*" />
+ <ProjectReference Include="..\..\..\LeptonX\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" />
Hello rwright-ruhealth,
could you please check this link https://learn.microsoft.com/en-us/answers/questions/1246334/drop-down-in-razor-that-can-let-you-type-the-value?page=1
Here instead of controller you need to add code in code behind i.e. *.cshtml.cs
or Model.
please do let me know if it helps you
Thank you, Anjali
Hello iteabr2020,
You may elaborate your question in detail so that we can better assist you
Need confirmation on Have you installed redis?
Thanks, Anjali
Hello SamirBoutazzout,
I think you missed to add ::
wherever you used | abpLocalization
that's why it is throwing error.
Please check just like in below screenshot
for another error please have look to this similar issue https://support.abp.io/QA/Questions/4875 Please do let me know if anything else needed
Thank you, Anjali
Hello selcukdurann@gmail.com,
Please do have look to the similar issue https://github.com/abpframework/abp/issues/11844
Could you please check once your SSL certificate whether it is trusted or not ?
Please let me know if anything else needed
Thank you, Anjali
Hello ndeol@woolworths.com.au,
Please check the below links for the notification service: https://docs.abp.io/en/abp/7.3/UI/Blazor/Notification https://community.abp.io/posts/realtime-notifications-via-signalr-in-abp-project-tsp2uqd3
Also please check the implementation of chat module: https://docs.abp.io/en/commercial/latest/modules/chat
Regards, Anjali
Hello mattw@agilenova.com,
Payment module UI is not available for Angular.
Regards, Anjali
Hello niall,
Yes this one is right.
Can we close this ticket if your query is resolved? Please confirm. Awaiting for your valuable response.
Thank You, Anjali