Back to Abp

Manage Profile.Component

npm/ng-packs/packages/account/src/lib/components/manage-profile/manage-profile.component.html

10.6.0223 B
Original Source

@if (profile()) { @if (selectedTab() === 0) {

{{ 'AbpIdentity::ChangePassword' | abpLocalization }} * * *

} @if (selectedTab() === 1) {

{{ 'AbpIdentity::PersonalSettings' | abpLocalization }} * * *

} }