- ABP Framework version: v7.3.2
- UI Type: Angular
- Database System: EF Core (MySQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): auth server separated angular
- Exception message and full stack trace: NA
- Steps to reproduce the issue: NA
I have a micro service template with auth server separated with angular. i have customized login and account pages in mvc auth server. Now i want move the customized login and register pages to angular application. i have gone through the below link: https://docs.abp.io/en/abp/7.3/UI/Angular/Account-Module https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement
Bu these links suggests to replace the whole component with my customized component unlike mvc where i have downloaded the source code and customized only few lines of code where ever necessary. please suggest if there is a way to download the account module source code for angular similar to auth server.
3 Answer(s)
-
0
Hello
Please check this link https://academy.hiretechteam.com/blog/createCustomLoginPageAbp/ https://gist.github.com/mehmet-erim/dac82931935a465a48802447de501032
Thank you.
-
0
Hello
Please check this link https://academy.hiretechteam.com/blog/createCustomLoginPageAbp/ https://gist.github.com/mehmet-erim/dac82931935a465a48802447de501032
Thank you.
Can we get a link of official documentation link for this on abp document site.
-
0
Hello,
It is not documented yet in ABP official documentation.
This article https://community.abp.io/posts/create-a-custom-login-page-in-abp-commercial-angular-app-r2huidx7 is published on ABP community only but is is available on https://academy.hiretechteam.com/blog/createCustomLoginPageAbp/. You can refer it.
Thanks