OutputEmitterRef
Class
An OutputEmitterRef is created by the output() function and can be
used to emit values to consumers of your directive or component.
API
Description
class OutputEmitterRef<T> implements OutputRef<T> {}
subscribe
@paramcallback
(value: T) => void@returns
OutputRefSubscriptionemit
voidEmits a new value to the output.
@paramvalue
T@returns
voidJump to details

