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