Back to Abp

Confirmation.Component

npm/ng-packs/packages/theme-shared/src/lib/components/confirmation/confirmation.component.html

10.3.0283 B
Original Source

@if (confirmation$ | async; as data) {

@if (data.severity || isCustomIconExists(data)) { @if (isIconTemplateExits(data)) {

} @else { } } @if (data.title) {

} @if (data.message) {

}

@if (!data?.options?.hideCancelBtn) { } @if (!data?.options?.hideYesBtn) { }

}