// vim: set tw=80 ts=2 sw=2 sts=2: import { Component, Input } from '@angular/core'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import { Operation } from './operation'; @Component({ selector: 'operation-delete-modal', template: `
Do you really want to delete operation #{{ operation.id }} with label:
{{ operation.label }}