NgElementStrategy • Angular
interface
stable
Underlying strategy used by the NgElement to create/destroy the component and react to input changes.
events
Observable<NgElementStrategyEvent>connect
void@paramelementHTMLElement
@returnsvoid
disconnect
void@returnsvoid
getInputValue
any@parampropNamestring
@returnsany
setInputValue
void@parampropNamestring
@paramvaluestring
@paramtransform((value: any) => any) | undefined
@returnsvoid