Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Delete confirmation

maxSS edited this page Sep 13, 2019 · 4 revisions
import { JamDeleteConfirmationModule } from 'ngx-jsonapi-material';

Selector: jam-delete-confirmation

Properties
Name Value type Required Description
@Input() icon string false
@Input() tooltip string false
@Input() msg string false
@Input() text string false
@Input() title string false
@Input() classed string false
@Input() styled object false
@Input() styleIcon string false
@Input() accept string false
@Output() deleteFc EventEmitter() true

Basic delete confirmation

<jam-delete-confirmation
    (deleteFc)="delete(item)"
></jam-delete-confirmation>
Clone this wiki locally