1 import {Component, Input} from '@angular/core';
4 * A subfield that a user can edit, which will later be
9 selector: 'eg-marc-simplified-editor-subfield',
10 template: '<ng-template></ng-template>'
12 export class MarcSimplifiedEditorSubfieldComponent {
14 @Input() code: string;
15 @Input() defaultValue: string;