Hello,
please check for logs and do share.
thanks
Hello,
try to add ManageProfileTabsService
in providers:
of app.module.ts
file.
Or if it not worked then try to remove ManageProfileTabsService
from app.module.ts
; I think it causes the error.
Thanks
Hello,
could you please check once the similar issue https://support.abp.io/QA/Questions/7052/email-confirmation-password-reset-not-working-after-upgrading-to-80 if it helps you
thanks
Hello,
for website project you can customize header using https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc#main-header-branding
thanks
Hello,
you may check this documentation https://docs.abp.io/en/commercial/7.4/themes/lepton-x/angular#brand-component to customize the header.
thanks
Hello,
First create a module by using command
ng generate module my-awsome-tab-component
after that create a component using command
ng generate component my-awsome-tab-component
please try with this way. Thanks
Hello,
Please make sure you have followed migration guide while updating the application https://docs.abp.io/en/abp/latest/Migration-Guides/Index
thanks
Hello,
Please shared your package.json file & also check logs.
Thanks
Hello,
Please check the similar issue https://support.abp.io/QA/Questions/6657/Generation-of-Service-Proxies-for-Angular-not-handling-subclasses-of-PagedResultDtoT-correctly#answer-3a10d21f-9a90-0a22-9316-f313aa69f8a5
Thanks.