NgElementStrategy
interface
Underlying strategy used by the NgElement to create/destroy the component and react to input changes.
API
interface NgElementStrategy {}
events
Observable<NgElementStrategyEvent>
connect
void
@paramelement
HTMLElement
@returns
void
disconnect
void
@returns
void
getInputValue
any
@parampropName
string
@returns
any
setInputValue
void
@parampropName
string
@paramvalue
string
@paramtransform
((value: any) => any) | undefined
@returns
void
Jump to details