Activities of "steve.burgess"

Hi,

I assume the docs were created when the framework was targeting .net core 3 then?

Are there any plans to update to .net standard to 2.1?

Cheers,

Steve.

  • ABP Framework version: v4.4.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Hi,

I'm currently using the microservice template.

The IQueryable and Async section of this doc: https://docs.abp.io/en/abp/4.4/Repositories#iqueryable-async-operations talks about adding Volo.Abp.EntityFrameworkCore to the application layer so that you can access various EF Core aysnc methods such as ToListAsync.

I've attempted to do this, but Volo.Abp.EntityFrameworkCore is not compatible with the version of .net standard 2 that’s being used by default in the application layer (2.0.3).

Am i missing something? Is it just a case of upgrading .net standard to 2.1?

Cheers,

Steve.

Hello,

Microservice template has 3 applications:

  1. Back-office/admin application (that can be blazor, angular or mvc)
  2. Public / landing page application. This is a RazorPage/MVC application
  3. Authserver / Identityserver application. This application hosts the login/register and user profile related pages.

You can make UI developments for all of these applications.

There are 2 ways to develop UI for microservices; Modular and Monolith. You can check adding ui to apps documentation about these ways.

Can you share what exactly you're trying to achieve and what seems not working?

Hi,

I'm using the back-office/admin application. Its running using Angular.

I've gone to the Lepton Theme site (https://leptontheme.com/) and grabbed the Bootstrap code for a "Split Button" dropdown (https://leptontheme.com/Layouts/Application/Components/Dropdowns).

I've then dropped this code onto the home page (Home Module > Home component > home.component.html)

The button appears on the page and is styled correctly, however, clicking on the "arrow" does nothing. It should pop a little menu containing the dropdown values but it doesn't.

I can see that the bootstrap CSS is in the Angular project (which would explain why the styles are correct) but i can’t see where jquery & popper are included. It's my understanding that without them bootstrap 4 wont function correctly.

If i manually include jquery and popper it starts working correctly.

I just want to make sure I’m not missing something fundamental about the way it should be working?

Cheers,

Steve.

Hi,

I have the microservice template up and running with an Angular frontend. I'm attempting to use some components within the Lepton theme (https://leptontheme.com/Layouts/Application/Components/Dropdowns)

However, they don’t appear to work at all.

Doing some investigation, the microservice template doesn't appear to include jquery or popper at all, which are required for bootstrap to work correctly.

Is the intention that these components should work in the microservice template? Or am i just missing something fundamental?

Thanks,

Steve.

Showing 31 to 34 of 34 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11