Back to Abp

Manage Profile.Component

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

10.3.0226 B
Original Source

@if (profile$ | async) { @if (selectedTab === 0) {

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

} @if (selectedTab === 1) {

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

} }