Back to Abp

Manage Profile.Component

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

10.5.0219 B
Original Source

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

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

} @if (selectedTab === 1) {

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

} }