i am an angular developer and i’m new to abp framework, my question is regarding the modules documentation and services for example abp account module :
@volo/abp.ng.account
@volo/account
it has authService which has related auth method like login, logout ect,
does it have any documentation to know what services that are in this module?
for example in the authService we have a login method but i cant find register or forgetPassword
so do i need to make a normal httpClient request to these endpoints or there is an existing methods ready to be used ?
also regarding LeptonX theme does it have services responsible for logic or requests or it just have UI services
Thanks alot