forked from hazza/dspace-angular
fixed file upload, styling, boolean/date/output inputs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { EventEmitter, Output } from '@angular/core';
|
||||
|
||||
export abstract class ValueInputComponent<T> {
|
||||
@Output() updateValue: EventEmitter<T> = new EventEmitter<T>()
|
||||
}
|
Reference in New Issue
Block a user