InputSignalWithTransform represents a special Signal for a
directive/component input with a transform function.
API
Description
interface InputSignalWithTransform<T, TransformT> extends Signal<T> {}
Jump to details
InputSignalWithTransform represents a special Signal for a
directive/component input with a transform function.
interface InputSignalWithTransform<T, TransformT> extends Signal<T> {}