Activities of "yushafizalyusri@gmail.com"

Answer

Glad to hear that. Thank you.

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

We've been using the Lepton Theme since version 5.1, and with multiple updates, we've progressed to version 7.4.2. There's a strong likelihood that we'll continue upgrading beyond version 8.0.0 in the near future. The main concern is, how long will it be supported?

Hi, you can use Angular Routerlink to navigate to another page.

To create: <a [routerLink]="['/user/create']"> link to create user component </a>

To edit: <a [routerLink]="['/user/edit']" [queryParams]="{id: yourId}"> link to edit user component </a>

Make sure to declare your routes.

Refer

Thank you @muhammedaltug. Your fix works great.

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

Hi,

We've upgraded existing project abp v5.3.1 to 6.0.1 and sticked to Lepton Theme.

Everything went fine except this update messes up css ordering after compiled. For this case, styles.scss should've rendered the last instead of lepton6.scss. Any suggestion for this issue?

Thanks.

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