I see. Noted. I guess we have to wait for v8.3.0 to come out on studio platform. Thanks
abp new abp830 -t app-pro -u angular --tiered --progressive-web-app -m none --separate-auth-server --database-provider ef --database-management-system PostgreSQL -smr -nsl -nkc --dont-run-install-libs -no-file-management -no-chat -no-gdpr -csf
Glad to hear that. Thank you.
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.
Thank you @muhammedaltug. Your fix works great.
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.