Confirm Popup
Lightweight inline confirmation for quick destructive or irreversible actions.
TypeScript
import { NeuConfirmPopupComponent, NeuConfirmPopupService } from '@neural-ui/core/confirm-popup';TypeScript
import { NeuConfirmPopupComponent } from '@neural-ui/core/confirm-popup';
@Component({
imports: [NeuConfirmPopupComponent],
template: `<neu-confirm-popup [open]="open" title="Delete item?" />`
})
export class ExampleComponent {}